spec/ppl/format/address_book/urls_spec.rb in ppl-1.8.0 vs spec/ppl/format/address_book/urls_spec.rb in ppl-1.9.0

- old
+ new

@@ -8,10 +8,10 @@ @table = double(Ppl::Format::Table) @contact.id = "test" @format.table = @table - @address_book.add_contact(@contact) + @address_book.contacts.push(@contact) end describe "#process" do it "should at least show the contact's id" do