Commit ba6899ff

mo khan <mo@mokhan.ca>
2014-10-31 18:08:17
create and migrate the test db as part of the vagrant provisioner.
1 parent 984d985
Changed files (1)
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