mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix test not failing when executed isolated
the test was created in7659fb6
the fixtures were added inc092dbe
This commit is contained in:
parent
7d14bd3ff5
commit
bf192fbda4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'models/owner'
|
||||||
require 'models/pet'
|
require 'models/pet'
|
||||||
|
|
||||||
class ReloadModelsTest < ActiveRecord::TestCase
|
class ReloadModelsTest < ActiveRecord::TestCase
|
||||||
fixtures :pets
|
fixtures :pets, :owners
|
||||||
|
|
||||||
def test_has_one_with_reload
|
def test_has_one_with_reload
|
||||||
pet = Pet.find_by_name('parrot')
|
pet = Pet.find_by_name('parrot')
|
||||||
|
|
Loading…
Reference in a new issue