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?
It turns out that Rails.vim will use Spork if you automatically add a parameter --drbto your spec.opts file.
--drb