This line is stopping all the specs. I think that it is only a debugger. Right?
This commit is contained in:
parent
3c2ebb022d
commit
8c8ede012c
1 changed files with 248 additions and 249 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue