Do not double-run db:test:prepare

This commit is contained in:
Rohan Mitchell
2015-04-16 10:58:36 +10:00
parent 23888b7576
commit e017c30ab7

View File

@@ -15,4 +15,4 @@ echo "--- Preparing test database"
bundle exec rake db:test:prepare
echo "--- Running tests"
bundle exec rake
bundle exec rspec spec