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
#!/bin/bash | |
source ~/.bashrc | |
rbenv install 2.2.0 | |
gem install bundle | |
# setup the tests | |
bundle install | |
bundle exec rake db:migrate RAILS_ENV=test |