Skip to content

Commit 47f7c93

Browse files
committed
Fix test dependency on taggings
1 parent 7e3364a commit 47f7c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

activerecord/test/cases/associations/has_many_associations_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
require 'models/comment'
1111
require 'models/person'
1212
require 'models/reader'
13+
require 'models/tagging'
1314

1415
class HasManyAssociationsTest < ActiveRecord::TestCase
1516
fixtures :accounts, :categories, :companies, :developers, :projects,
1617
:developers_projects, :topics, :authors, :comments, :author_addresses,
17-
:people, :posts, :readers
18+
:people, :posts, :readers, :taggings
1819

1920
def setup
2021
Client.destroyed_client_ids.clear

0 commit comments

Comments
 (0)