I'd like to use this rspec-rerun in conjunction with instafail.
I tried to enable instafail by doing this:
rake rspec-rerun:spec "SPEC=$TESTFOLDER" SPEC_OPTS="--colour --format RSpec::Instafail"
But if a test fails, it doesn't re-run, instead it errors with the message:
rake aborted!
Errno::ENOENT: No such file or directory - rspec.failures
Is there a way that I can get Instafail behavior (seeing the details of a test failure as soon as it happens) along with rerun behavior?
I'd like to use this rspec-rerun in conjunction with instafail.
I tried to enable instafail by doing this:
But if a test fails, it doesn't re-run, instead it errors with the message:
Is there a way that I can get Instafail behavior (seeing the details of a test failure as soon as it happens) along with rerun behavior?