Check it has body

This commit is contained in:
gaba
2016-11-07 11:49:02 -08:00
parent 16e7a6c868
commit fc80ea2c3a
+1
View File
@@ -313,6 +313,7 @@ describe('Post /:comment_id/status', () => {
.send({'status': 'accepted'})
.end(function(res){
expect(res).to.have.status(200)
expect(res).to.have.body
done()
})
})