Skip to content

Commit 87b090e

Browse files
committed
Ensure that the database gets created before prepared
Otherwise it will error on Travis CI
1 parent 67e25fe commit 87b090e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ namespace :alchemy do
3333
system <<-BASH
3434
cd spec/dummy
3535
export RAILS_ENV=test
36-
bin/rake db:environment:set
37-
bin/rake db:migrate:reset
36+
bin/rake db:create db:environment:set db:migrate
3837
bin/rails g alchemy:devise:install --force
3938
cd -
4039
BASH

0 commit comments

Comments
 (0)