mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 23:06:41 +00:00
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:
commit
b70e3a0794
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user