-
Notifications
You must be signed in to change notification settings - Fork 241
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
Guard::RSpec cannot open results file #400
Comments
I just hit this with Rails 5.1. Similar gemset. Initially, if I changed my newest example from using a Nope. That was a temporary lack-of-crash--when I continued to add to the example, the crash returned. Playing more with It seems to be come and go as I change the example. Very maddening. |
It worked for me
And in the Guard file:
|
I'm running 5.2 It looks like spring doesn't have the rspec command, and that's what the error really is, as in there is no file to open because it didn't run. I fixed it by installing https://github.com/jonleighton/spring-commands-rspec |
18:02:24 - ERROR - Guard::RSpec failed to achieve its <run_all>, exception was:
I'm using guard + rspec + spring + rubocop
in my Gemfile I have this gems:
when I try to run all test guard raises many exceptions
and my Guardfile is setting as follows:
The text was updated successfully, but these errors were encountered: