westfieldlabs / apivore

Tests your rails API against its Swagger description of end-points, models, and query parameters.
Apache License 2.0
213 stars 66 forks source link

validate_all_paths - Untested for response code default #85

Closed mjarosinski closed 7 years ago

mjarosinski commented 8 years ago

Are 'default' status codes supported? Getting 'untested for response code for default' even after setting up the following:

expect(subject).to validate( :post, "/discussion_comment/update", "default", { "_data" => { } } )

https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#responses-object-example

ashoda commented 7 years ago

closing in favor of https://github.com/westfieldlabs/apivore/issues/86