mirror of https://github.com/rails/rails
Merge pull request #43873 from yahonda/fix43872
Add missing :author_addresses in `PreloaderTest`
This commit is contained in:
commit
c46d3a217c
|
@ -395,7 +395,7 @@ class OverridingAssociationsTest < ActiveRecord::TestCase
|
|||
end
|
||||
|
||||
class PreloaderTest < ActiveRecord::TestCase
|
||||
fixtures :posts, :comments, :books, :authors, :tags, :taggings, :essays, :categories
|
||||
fixtures :posts, :comments, :books, :authors, :tags, :taggings, :essays, :categories, :author_addresses
|
||||
|
||||
def test_preload_with_scope
|
||||
post = posts(:welcome)
|
||||
|
|
Loading…
Reference in New Issue