Load also test/fixtures/seeds.rb.
This commit is contained in:
parent
fe68d9d988
commit
0d77d69146
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class ActiveSupport::TestCase
|
|||
|
||||
# load seeds
|
||||
load "#{Rails.root}/db/seeds.rb"
|
||||
load "#{Rails.root}/test/fixtures/seeds.rb"
|
||||
|
||||
setup do
|
||||
|
||||
|
|
Loading…
Reference in a new issue