Skip to content

Instantly share code, notes, and snippets.

@ArturT
Created April 11, 2015 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArturT/e4a3ade36c00afa4e6ec to your computer and use it in GitHub Desktop.
Save ArturT/e4a3ade36c00afa4e6ec to your computer and use it in GitHub Desktop.
Execute rspec until fail to detect random failing spec
while rspec spec/models/user_spec.rb; do :; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment