Run migrations before testing

This commit is contained in:
Erik Michaels-Ober 2011-05-15 12:44:32 -07:00
parent c0224f2389
commit dd6265323d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
script: "bundle exec rake test" script: "bundle exec rake db:migrate test"
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2