chore(lang): Disable use of spring with rspec-mode

Spring has changed and is no longer compatible with the way that
rspec-mode implements spring support. Hence we need to disable
rspec-mode's support and attempts at using Spring the wrong way.

Once rspec-mode has been updated to support spring again, we can
re-enable this.
This commit is contained in:
2020-02-22 23:52:20 +00:00
parent 4b599de686
commit 937e61d482

View File

@@ -119,7 +119,7 @@
(rspec-primary-source-dirs '("app"))
(rspec-spec-command "env COVERAGE=0 rspec")
(rspec-use-opts-file-when-available nil)
(rspec-use-spring-when-possible t)
(rspec-use-spring-when-possible nil)
:init
(defun siren-rspec-mode-setup ())