Last active
October 10, 2015 21:08
-
-
Save bit-dragon/3751450 to your computer and use it in GitHub Desktop.
Run test with an correct order
This file contains 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
#! /bin/bash | |
clear | |
echo "Running the rspec sorted correctly" | |
find spec -type f -name '*_spec.rb' | sort | xargs rspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment