RailsCasts Pro episodes are now free!

Learn more or hide this

Rudi's Profile

GitHub User: Rudikza

Comments by Rudi

Avatar

I ran in to the following problem: "ERROR: Could not start Spork server for Test::Unit & RSpec".

To fix this issue I added the following to my Guardfile.

guard 'spork', :test_unit => false, :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do