From b131cfba055bfbf25f3785c5235c1edbf04ff9f1 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Thu, 17 Feb 2011 00:09:49 -0500 Subject: Remove unused line in test setup. [#6442 state:committed] Signed-off-by: Santiago Pastorino --- activesupport/test/core_ext/module_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index 9f9840834d..a95cf1591f 100644 --- a/activesupport/test/core_ext/module_test.rb +++ b/activesupport/test/core_ext/module_test.rb @@ -30,7 +30,6 @@ Somewhere = Struct.new(:street, :city) Someone = Struct.new(:name, :place) do delegate :street, :city, :to_f, :to => :place - delegate :state, :to => :@place delegate :upcase, :to => "place.city" end -- cgit v1.2.3