Skip to content

Instantly share code, notes, and snippets.

@jeremyolliver
Created February 20, 2012 22:12
Show Gist options
  • Save jeremyolliver/1871842 to your computer and use it in GitHub Desktop.
Save jeremyolliver/1871842 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
source ~/.bashrc
bundle install --without=development
bundle exec rake db:reset db:migrate RAILS_ENV=test
bundle exec rake spec RAILS_ENV=test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment