Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Created January 26, 2017 12:25
Show Gist options
  • Select an option

  • Save roalcantara/2d5d0e38e94f51956d66210f7add858e to your computer and use it in GitHub Desktop.

Select an option

Save roalcantara/2d5d0e38e94f51956d66210f7add858e to your computer and use it in GitHub Desktop.
RSpec: Running spec multiple times (through bash)
for i in `seq 50` ; do rspec spec -e User; [[ ! $? = 0 ]] && break ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment