bnadlerjr/hoboken

Create helper for JSON request assertions

Closed this issue · 1 comments

Something like:

def assert_json_response(status, body_as_hash=nil, message=nil)

It should also check for content type.

The helpers that already exist should be sufficient.