remove unused instance variable

This commit is contained in:
Rajarshi Das 2013-08-23 15:40:09 +05:30
parent bfd7e8ac4c
commit 9f478deaab

@ -53,8 +53,7 @@ def setup
@contact.address.city = "Springfield"
@contact.address.apt_number = 35
@contact.friends = [Contact.new, Contact.new]
@related_contact = SerializableContact.new
@contact.contact = @related_contact
@contact.contact = SerializableContact.new
end
test "should serialize default root" do