Skip to content

Commit 2631981

Browse files
authored
Merge pull request #344 from kaorukobo/fix-typo
Fix parameter name typo in README.md
2 parents b584d00 + 462aa09 commit 2631981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Here is how to set it up with [rack-test](https://github.com/rack/rack-test):
155155
1. Register all OpenAPI documents to track coverage for. This should go at the top of your test helper file before loading your application code.
156156
```ruby
157157
require 'openapi_first'
158-
OpenapiFirst::Test.setup do |s|
158+
OpenapiFirst::Test.setup do |test|
159159
test.register('openapi/openapi.yaml')
160160
test.minimum_coverage = 100 # (Optional) Setting this will lead to an `exit 2` if coverage is below minimum
161161
test.skip_response_coverage { it.status == '500' } # (Optional) Skip certain responses

0 commit comments

Comments
 (0)