Skip to content

Commit

Permalink
Ensure that the database gets created before prepared
Browse files Browse the repository at this point in the history
Otherwise it will error on Travis CI
  • Loading branch information
tvdeyen committed Mar 1, 2018
1 parent 67e25fe commit 87b090e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ namespace :alchemy do
system <<-BASH
cd spec/dummy
export RAILS_ENV=test
bin/rake db:environment:set
bin/rake db:migrate:reset
bin/rake db:create db:environment:set db:migrate
bin/rails g alchemy:devise:install --force
cd -
BASH
Expand Down

0 comments on commit 87b090e

Please sign in to comment.