1
0
Fork 0
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:
Carlos Antonio da Silva 2014-05-03 14:33:48 -03:00
parent c588850868
commit add9560643

View file

@ -45,7 +45,7 @@ class HasManyAssociationsTest < ActiveRecord::TestCase
fixtures :accounts, :categories, :companies, :developers, :projects, fixtures :accounts, :categories, :companies, :developers, :projects,
:developers_projects, :topics, :authors, :comments, :developers_projects, :topics, :authors, :comments,
:people, :posts, :readers, :taggings, :cars, :essays, :people, :posts, :readers, :taggings, :cars, :essays,
:categorizations, :jobs, :tags, :posts :categorizations, :jobs, :tags
def setup def setup
Client.destroyed_client_ids.clear Client.destroyed_client_ids.clear