diff --git a/script/run_tests.sh b/script/run_tests.sh index 461ca4ecd8..be33fb1bfe 100755 --- a/script/run_tests.sh +++ b/script/run_tests.sh @@ -11,8 +11,8 @@ fi echo "--- Bundling" bundle install -echo "--- Preparing test database" -bundle exec rake db:test:prepare +echo "--- Loading test database" +bundle exec rake db:test:load echo "--- Running tests" bundle exec rspec spec --format progress