Skip to content

Instantly share code, notes, and snippets.

@naush
Created February 5, 2011 21:53
Show Gist options
  • Save naush/812833 to your computer and use it in GitHub Desktop.
Save naush/812833 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
source ~/.bashrc
rvm use 1.9.2@project
bundle install
rake db:migrate
rake spec
HEADLESS=true rake cucumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment