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
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
You're getting the drb connection refused error because you have to explicitly pass ":minitest => true" in your "guard 'spork' line in your Guardfile. Example:
I love this gem but am having difficulty integrating spork ... and guard for automated testing.
I think its related to drb...
In the guard file.. I am recommended to use:
but it fails with that, giving a drb connection refused error.. so only this method works:
Any ideas how I can get the drb setting to work? Without the drb setting, am I missing out on performance a lot?
The text was updated successfully, but these errors were encountered: