We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4170469 + 82c63d4 commit 5571121Copy full SHA for 5571121
README.md
@@ -258,6 +258,7 @@ RspecApiDocumentation.configure do |config|
258
config.html_embedded_css_file = nil
259
260
# Removes the DSL method `status`, this is required if you have a parameter named status
261
+ # In this case you can assert response status with `expect(response_status).to eq 200`
262
config.disable_dsl_status!
263
264
# Removes the DSL method `method`, this is required if you have a parameter named method
0 commit comments