How to use Rails.vim and spork?

If I'm in a rails project, editing with rails.vim, how can I get: Rake to run specs via Spork?

This is basically a question: is Rake aware of the project file /spec.opts via the "-o" flag?

+5
source share
1 answer

It turns out that Rails.vim will use Spork if you automatically add a parameter --drbto your spec.opts file.

+4
source

All Articles