Load the dumped schema; don't migrate

This commit is contained in:
Erik Michaels-Ober 2012-02-04 15:32:59 -05:00
parent e804e603c4
commit b6014d4e1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:migrate test"
script: "bundle exec rake db:create db:schema:load test"
rvm:
- 1.9.2
- 1.9.3