You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value of a DELETE endpoint is not considered has @body.present?. Therefore, the response isn't formatted has expected and it returns a 204. Is it normal ?
The following spec fails :
describe'delete 200, with return value has body'doit'responds to /example'dosubject.send(:delete,'/example')do'deleted'endsend(:delete,'/example')expect(last_response.status).toeql200expect(last_response.body).not_tobe_emptyendend
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Grape
0.19.1
The return value of a DELETE endpoint is not considered has
@body.present?
. Therefore, the response isn't formatted has expected and it returns a 204. Is it normal ?The following spec fails :
Thanks
The text was updated successfully, but these errors were encountered: