Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'

Best results in other decks

The spork gem preloads your application, thus facilitating running a small set of tests repeatedly. It works by running...

github.com

Apply this patch to Spork and this fix problem with child processes

Search in all decks