RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Rudikza
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
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