Seed in rebuild

This commit is contained in:
Raphael Sofaer 2011-07-08 15:31:10 -07:00
parent f73b38bd80
commit e1a7ff798a

View file

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