Navigation Menu

Skip to content

Commit

Permalink
Update 'Common troubleshooting' text of readme.
Browse files Browse the repository at this point in the history
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 guard#48, is to remove an unused /test directory from the application.
  • Loading branch information
reidreid46 committed Dec 6, 2011
1 parent ad1a685 commit 3d15d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -112,6 +112,7 @@ If you can start Spork manually but get the following error message when using G
Starting Spork for RSpec ERROR: Could not start Spork for RSpec/Cucumber. Make sure you can use it manually first.

Try to increase the value of the `:wait => 60` option before any further investigation.
It's possible that this error is the result of an unnecessary /test directory in the root of your application. Removing the /test directory entirely may resolve this error.

## Development

Expand Down

0 comments on commit 3d15d89

Please sign in to comment.