Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created May 25, 2012 15:05
Show Gist options
  • Save mscottford/2788642 to your computer and use it in GitHub Desktop.
Save mscottford/2788642 to your computer and use it in GitHub Desktop.
Run all spree tests on one line
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