summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script/bootstrap-vagrant-user.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh
index b74d2423..3223cd38 100644
--- a/script/bootstrap-vagrant-user.sh
+++ b/script/bootstrap-vagrant-user.sh
@@ -21,3 +21,4 @@ if [ ! -f /vagrant/.env ]; then
ln -s .env.example .env
fi
bundle exec rake db:create db:migrate db:seed
+RAILS_ENV=test bundle exec rake db:create db:migrate db:seed