From f8c3b12d3c9f2126c0215d631a773c7e622eb274 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 2 Mar 2015 15:54:21 +0200 Subject: [PATCH] Update robot setup --- bin/robot | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/robot b/bin/robot index 927bd10b0..a35480ceb 100755 --- a/bin/robot +++ b/bin/robot @@ -18,6 +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 bundle install RAILS_ENV=test bundle exec rake db:all:drop