Change rebuild back to using migrate

This commit is contained in:
Raphael Sofaer 2011-06-09 15:30:58 -07:00
parent 9453f65b7d
commit c78e903794

View file

@ -4,7 +4,7 @@
namespace :db do
desc "rebuild and prepare test db"
task :rebuild => [:drop, :create, 'schema:load', 'db:test:prepare']
task :rebuild => [:drop, :create, :migrate, 'db:test:prepare']
namespace :integration do
# desc 'Check for pending migrations and load the integration schema'