Created
January 26, 2017 12:25
-
-
Save roalcantara/2d5d0e38e94f51956d66210f7add858e to your computer and use it in GitHub Desktop.
RSpec: Running spec multiple times (through bash)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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