From 6251d0c0edc80d9e145356f0d2e16d4287755b13 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Thu, 17 Feb 2011 00:09:49 -0500 Subject: [PATCH] Remove unused line in test setup. --- activesupport/test/core_ext/module_test.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index 9f98408..a95cf15 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 -- 1.7.0