patch restclient locally instead of hoping/waiting for an upstream patch.

This commit is contained in:
Matt Lyon 2009-01-16 00:37:27 -08:00 committed by Chris Anderson
parent d6191711eb
commit 0519fc5765
2 changed files with 14 additions and 1 deletions

View file

@ -492,7 +492,6 @@ describe CouchRest::Database do
it "should work" do
@db.copy @doc, @docid
newdoc = @db.get(@docid)
debugger
newdoc['artist'].should == 'Zappa'
end
it "should fail without an _id" do