【发布时间】:2011-06-24 21:44:25
【问题描述】:
我设法让 Cucumber、RSpec、Guard 和 Spork 在 Rails 3 应用程序中很好地相互配合,但现在我遇到了上述问题。
目前我在 spec_helper.rb 的 prefork 块中 require 'spork/ext/ruby-debug' 但这只有在我手动运行 spork 时才有效,没有保护。
【问题讨论】:
标签: ruby-on-rails rspec cucumber guard spork