mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
OpenAPI currently at v 3.0.3
This commit is contained in:
parent
f6630cc7a6
commit
68e64dba2c
@ -27,7 +27,7 @@ RSpec.describe 'Generated OpenApi', type: :request, swagger_doc: 'v3/openapi.jso
|
||||
components: api_components
|
||||
}
|
||||
end
|
||||
let(:api_openapi) { '3.0.1' }
|
||||
let(:api_openapi) { '3.0.3' }
|
||||
let(:api_base_path) { '/foo' }
|
||||
let(:api_schemes) { ['https'] }
|
||||
let(:api_host) { 'api.example.com' }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user