It says everywhere:
- Interface to rake. Use :Rake to run the current test, spec, or feature. Use :.Rake to do a focused run of just the method, example, or scenario on the current line. :Rake can also run arbitrary migrations, load individual fixtures, and more. :help rails-rake
But when I'm at my _spec.rb file, and type :Rake
- it just closes VIM, does nothing and outputs Please hit Enter to continue
. It's not running current test.
Anyone knows?