-
Notifications
You must be signed in to change notification settings - Fork 35
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
Incompatible with simplecov: does not find a rspec.failures file #4
Comments
I tried creating my own Is this gem still supported and expected to work? Would be nice to use it, but didn't work at all for me. |
It looks like it tried to rerun a set of specs that have not failed, which probably means that your RSpec didn't return the correct return code. Which version of RSpec are you running? Also try disable coverage, that might be the culprit. Do run rake with --trace so we can see where the error came from. |
The problem was caused by simplecov. I removed it, now it's working. Thanks! |
removing simplecov is not an option for me, is there another workaround for this? |
I'm reopening this since it looks like this gem is not compatible with simplecov. I'd welcome a small repro and then we can work on a fix. |
My issue may have been related to simplecov-ruby/simplecov#281, I downgraded simplecov and rspec-rerun seems to be working now. |
I have installed rspec-rerun as told by the README, but it doesn't seem to work.
I've run
rake
which runs all tests, and they all passed. But then it seems to hang itself, only aCtrl-C
brings me back to the console. Take a look at the output, it seems to have problems finding anrspec.failures
file. This should be generated automatically, right?The text was updated successfully, but these errors were encountered: