guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Update 'Common troubleshooting' text of readme. #52

Closed reidreid46 closed 12 years ago

reidreid46 commented 12 years ago

Update the 'Common troubleshooting' text of the readme file to include a possible solution to error "Starting Spork for RSpec ERROR: Could not start Spork for RSpec/Cucumber". The solution, recommended in issue #48, is to remove an unused /test directory from the application.

thibaudgg commented 12 years ago

Thanks