Merge pull request #289 from bjelline/patch-1

fix README.md: dry_run goes into test.rb, not application.rb
This commit is contained in:
Greg Myers 2020-03-23 15:14:18 +00:00 committed by GitHub
commit b70e3a0794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ end
```
You need to disable --dry-run option for Rspec > 3
Add to application.rb:
Add to config/environments/test.rb:
```ruby
RSpec.configure do |config|
config.swagger_dry_run = false