diff --git a/activerecord/test/cases/associations_test.rb b/activerecord/test/cases/associations_test.rb index d72e0aef448..b939348f39a 100644 --- a/activerecord/test/cases/associations_test.rb +++ b/activerecord/test/cases/associations_test.rb @@ -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)