diff --git a/bin/robot b/bin/robot index a35480ceb..57047ad14 100755 --- a/bin/robot +++ b/bin/robot @@ -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