28_introduce_rswag #35

Merged
philipp merged 46 commits from 28_introduce_rswag into develop 2023-01-05 13:45:47 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6bacbe9584 - Show all commits

View File

@ -10,6 +10,7 @@ describe 'Config', type: :request do
let(:api_scopes) { ['config:user'] }
response '200', 'success' do
schema type: :object, properties: {}
run_test!
end