mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Merge pull request #300 from sobrinho/master
Add a macro for complexes multiparts
This commit is contained in:
@@ -8,6 +8,7 @@ RSpec.feature 'swagger-ui', js: true do
|
||||
|
||||
expect(page).to have_content('GET /blogs Searches blogs', normalize_ws: true)
|
||||
expect(page).to have_content('POST /blogs Creates a blog', normalize_ws: true)
|
||||
expect(page).to have_content('POST /blogs/multipart Creates a blog using multipart', normalize_ws: true)
|
||||
expect(page).to have_content('GET /blogs/{id} Retrieves a blog', normalize_ws: true)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user