28_introduce_rswag #35
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ describe 'Orders', type: :request do
|
||||||
|
|
||||||
response '200', 'success' do
|
response '200', 'success' do
|
||||||
schema type: :object, properties: {
|
schema type: :object, properties: {
|
||||||
'$ref': '#/components/schemas/Order'
|
order: { '$ref' => '#/components/schemas/Order' }
|
||||||
}
|
}
|
||||||
let(:id) { order.id }
|
let(:id) { order.id }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue