Created
May 25, 2012 15:05
-
-
Save mscottford/2788642 to your computer and use it in GitHub Desktop.
Run all spree tests on one line
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
bundle exec rake test_app; cd api; bundle install; bundle exec rspec spec; cd ../auth; bundle install; bundle exec rspec spec; cd ../core; bundle install; bundle exec rspec spec; cd ../dash; bundle install; bundle exec rspec spec; cd ../promo; bundle install; bundle exec rspec spec; cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment