diff --git a/bin/robot b/bin/robot index 429a8c38f..32777b21e 100755 --- a/bin/robot +++ b/bin/robot @@ -21,7 +21,7 @@ git pull origin master &> /dev/null git reset --hard &> /dev/null unset GIT_DIR GIT_WORK_TREE -bundle install &> /dev/null +bundle install RAILS_ENV=test bundle exec rake db:drop RAILS_ENV=test bundle exec rake db:create