Update robot setup

This commit is contained in:
Priit Tark 2015-03-02 15:54:21 +02:00
parent 3d42cf9702
commit f8c3b12d3c

View file

@ -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