Use db:test:load instead of db:test:prepare in CI to avoid conflicts between branches

This commit is contained in:
Rohan Mitchell
2015-04-21 16:40:45 +10:00
parent 700cb73b8f
commit b2717ffca0

View File

@@ -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