mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user