From f753e323c568ea86af2725bba4dd96c706f8c386 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 12 Oct 2018 10:33:08 +0100 Subject: [PATCH] Use spring when possible with rspec-mode --- modules/languages/siren-ruby.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/languages/siren-ruby.el b/modules/languages/siren-ruby.el index d017fa0..6caa51f 100644 --- a/modules/languages/siren-ruby.el +++ b/modules/languages/siren-ruby.el @@ -116,7 +116,7 @@ (setq compilation-scroll-output t rspec-primary-source-dirs '("app") rspec-use-opts-file-when-available nil - rspec-use-spring-when-possible nil)) + rspec-use-spring-when-possible t)) :config (rspec-install-snippets))