Matt Darby
Matt Darby

Reputation: 6324

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 the specs through Spork?

Its largely just a matter of making :Rake aware of the project's specs/spec.opts file via the "-o" flag?

Upvotes: 6

Views: 525

Answers (1)

Matt Darby
Matt Darby

Reputation: 6324

Turns out that Rails.vim will use Spork if you add the --drb option to your spec.opts file automatically.

Upvotes: 4

Related Questions