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 was archived by the owner on Nov 30, 2024. It is now read-only.
I have some integration tests that are failing inconsistently, and as I'm fixing them I'd love to be able to run specific specs multiple times to see which still fail intermittently. Something like the following:
$ rspec -n 3 spec
...
should pass consistently
Finished in 43 seconds
1 example, 1/3 failures
Thoughts?
afilina, MatthiasEngh, emilos, trojanh, michaelrbock and 11 more