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

View File

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