-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot load such file -- guard/compat/plugin (LoadError) #39
Comments
The error raises from this require:
I think the problem is that since 4c7d0e4#diff-d50e953cbce7c1199925fc21000b3fb9 A simple workaround is adding |
Thank you very much. I can confirm the workaround works.
|
- increment patch version - fixes guard#39
Thanks for pinging me with this, @paolobrasolin. I also appreciate you narrowing down part of the problem.
This may be part of the problem, but it shouldn't be, since guard-compat says:
I wouldn't expect a test helper to be required as a runtime dependency, but guard-cucumber might be making use of it somewhere I haven't looked yet. That said, I've hopefully patched the issue for Cucumber versions below 4.x. |
Pull request #40 should close this issue when merged. |
Hi,
Guard works fine with rspec. bundle exec cucumber also works fine.
But if I launch guard with a cucumber configuration, I get the following error:
cannot load such file -- guard/compat/plugin (LoadError)
At first, I thought it came from my configuration, but even deleting the GuardFile and letting guard init cucumber generate a new one didn't fix the issue.
guardStacktrace.txt
The text was updated successfully, but these errors were encountered: