开发者

How to use Rails.vim and spork?

开发者 https://www.devze.com 2023-02-14 06:50 出处:网络
If I\'m in a rails project, editing with rails.vim, how c开发者_开发百科an I get :Rake to run the specs through Spork?

If I'm in a rails project, editing with rails.vim, how c开发者_开发百科an 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消