Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Created December 20, 2013 22:09
Show Gist options
  • Save edymerchk/8062455 to your computer and use it in GitHub Desktop.
Save edymerchk/8062455 to your computer and use it in GitHub Desktop.
run specs several times
for i in `seq 3`; do bundle exec rspec; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment