robot setup fix

This commit is contained in:
Priit Tark 2015-03-02 15:55:13 +02:00
parent f8c3b12d3c
commit dd6aaa3241

View file

@ -18,7 +18,7 @@ cd "$(dirname "$0")"; cd ..
cp config/application-example.yml config/application.yml
cp config/database-robot.yml config/database.yml
gem bundle install
gem install bundle
bundle install
RAILS_ENV=test bundle exec rake db:all:drop