Skip to content

Instantly share code, notes, and snippets.

@theoretick
Last active December 25, 2016 17:03
Show Gist options
  • Save theoretick/fdfde330eff8cc49a15e to your computer and use it in GitHub Desktop.
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
$ 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