Seed in rebuild
This commit is contained in:
parent
f73b38bd80
commit
e1a7ff798a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace :db do
|
||||
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
|
||||
# desc 'Check for pending migrations and load the integration schema'
|
||||
|
|
|
|||
Loading…
Reference in a new issue