Skip to content

Commit 5571121

Browse files
authored
Merge pull request zipmark#446 from duleorlovic/master
Add comment about response_status
2 parents 4170469 + 82c63d4 commit 5571121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ RspecApiDocumentation.configure do |config|
258258
config.html_embedded_css_file = nil
259259

260260
# 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`
261262
config.disable_dsl_status!
262263

263264
# Removes the DSL method `method`, this is required if you have a parameter named method

0 commit comments

Comments
 (0)