Remove unused line in test setup.

[#6442 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Ben Orenstein 2011-02-17 00:09:49 -05:00 committed by Santiago Pastorino
parent 9c023cc4d2
commit b131cfba05

@ -30,7 +30,6 @@ class Cd
Someone = Struct.new(:name, :place) do
delegate :street, :city, :to_f, :to => :place
delegate :state, :to => :@place
delegate :upcase, :to => "place.city"
end