Last active
December 25, 2016 17:03
-
-
Save theoretick/fdfde330eff8cc49a15e to your computer and use it in GitHub Desktop.
test for random failures in your test suite with a simple bash for loop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ for i in `seq 20`; do bundle exec rescue rspec spec/services/seed_service_spec.rb; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment