From dd6aaa3241c3eb751d1dc8bb4377c309917aa08a Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 2 Mar 2015 15:55:13 +0200 Subject: [PATCH] robot setup fix --- bin/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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