All together now

This commit is contained in:
Erik Michaels-Ober 2011-05-08 16:35:57 -07:00
parent 1a7f496964
commit e71c3ee8ad
1 changed files with 1 additions and 1 deletions

View File

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