forked from thoughtbot/vim-rspec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test runners and pre-loaders that require a different command to be run should be enabled by setting `g:rspec_command` in your .vimrc. The pre-existing support for Dispatch didn't work if you loaded vim-rspec before Dispatch. Rather than work around this or any other runner/pre-loader issues, we should leave it up to the user to set the command.
- Loading branch information
1 parent
058e71d
commit ef5e7ec
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
* 2013-05-03 - Removed explicit support for Dispatch because it introduces a | ||
load order dependency. Set `g:rspec_command` in your .vimrc if you want to | ||
use Dispatch or any other test runner. | ||
* 2013-04-11 - `RunCurrentSpecFile` and `RunNearestSpec` will fall back to | ||
`RunLastSpec` if not in spec file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters