mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove duplicated fixture addition
This commit is contained in:
parent
c588850868
commit
add9560643
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class HasManyAssociationsTest < ActiveRecord::TestCase
|
|||
fixtures :accounts, :categories, :companies, :developers, :projects,
|
||||
:developers_projects, :topics, :authors, :comments,
|
||||
:people, :posts, :readers, :taggings, :cars, :essays,
|
||||
:categorizations, :jobs, :tags, :posts
|
||||
:categorizations, :jobs, :tags
|
||||
|
||||
def setup
|
||||
Client.destroyed_client_ids.clear
|
||||
|
|
Loading…
Reference in a new issue