You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spork loads the Rails environment, then forks. But sometimes the Rails environment changes (e.g. a change to environments/test.rb), leading to mistaken and irritating errors on the next test run. Spork should be smart enough to notice this and either gracefully exit or forcibly restart.
Guard-Spork and Rerun both noticed this problem and provide solutions, but it would be nice if Spork managed this on its own.
Spork loads the Rails environment, then forks. But sometimes the Rails environment changes (e.g. a change to environments/test.rb), leading to mistaken and irritating errors on the next test run. Spork should be smart enough to notice this and either gracefully exit or forcibly restart.
Guard-Spork and Rerun both noticed this problem and provide solutions, but it would be nice if Spork managed this on its own.
The text was updated successfully, but these errors were encountered: