From cf1a83c8816edeacd209725ae6c90846e9c6b4fc Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Thu, 26 Apr 2012 19:05:24 +0100 Subject: don't need this test --- activerecord/test/cases/associations/has_many_associations_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activerecord/test') diff --git a/activerecord/test/cases/associations/has_many_associations_test.rb b/activerecord/test/cases/associations/has_many_associations_test.rb index 8267e0e18c..f10d3b2889 100644 --- a/activerecord/test/cases/associations/has_many_associations_test.rb +++ b/activerecord/test/cases/associations/has_many_associations_test.rb @@ -1214,11 +1214,6 @@ class HasManyAssociationsTest < ActiveRecord::TestCase assert_nothing_raised { Firm.first.clients + Firm.all.last.clients } end - def test_find_all_without_conditions - firm = companies(:first_firm) - assert_equal 2, firm.clients.all.length - end - def test_replace_with_less firm = Firm.find(:first, :order => "id") firm.clients = [companies(:first_client)] -- cgit v1.2.3