From 8a37970312815b6ea0b27821f52552df19add8cb Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Wed, 14 Dec 2011 17:34:35 +0000 Subject: Remove that there copy/pasted code :bomb: --- .../test/cases/associations/nested_through_associations_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/associations/nested_through_associations_test.rb b/activerecord/test/cases/associations/nested_through_associations_test.rb index 1af92fd025..f920e09410 100644 --- a/activerecord/test/cases/associations/nested_through_associations_test.rb +++ b/activerecord/test/cases/associations/nested_through_associations_test.rb @@ -546,11 +546,6 @@ class NestedThroughAssociationsTest < ActiveRecord::TestCase end def test_nested_has_many_through_should_not_be_autosaved - welcome_general, thinking_general = taggings(:welcome_general), taggings(:thinking_general) - - assert_equal [welcome_general, thinking_general], - categorizations(:david_welcome_general).post_taggings.order('taggings.id') - c = Categorization.new c.author = authors(:david) c.post_taggings.to_a -- cgit v1.2.3