Skip to content

Instantly share code, notes, and snippets.

@reddyonrails
Created May 10, 2017 15:04
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 reddyonrails/3e228a7593d1d20a76b8f10153d62cf9 to your computer and use it in GitHub Desktop.
Save reddyonrails/3e228a7593d1d20a76b8f10153d62cf9 to your computer and use it in GitHub Desktop.
for i in `seq 10` ; do rspec spec ; [[ ! $? = 0 ]] && break ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment