This line is stopping all the specs. I think that it is only a debugger. Right?

This commit is contained in:
Tapajós 2009-09-03 23:33:09 -03:00
parent 3c2ebb022d
commit 8c8ede012c

View file

@ -255,7 +255,6 @@ describe CouchRest::Database do
it "should save the attachment to a new doc" do
r = @db.put_attachment({'_id' => 'attach-this'}, 'couchdb.png', image = @file.read, {:content_type => 'image/png'})
r['ok'].should == true
exec('date')
doc = @db.get("attach-this")
attachment = @db.fetch_attachment(doc,"couchdb.png")
if attachment.respond_to?(:net_http_res)