Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在一个 rails 项目中,使用 rails.vim 进行编辑,我怎样才能让 :Rake 通过 Spork 运行规范?
它在很大程度上只是通过“-o”标志使 :Rake 了解项目的 specs/spec.opts 文件的问题?
事实证明,如果您将--drb选项自动添加到您的 spec.opts 文件,Rails.vim 将使用 Spork。
--drb