Merge pull request #300 from sobrinho/master

Add a macro for complexes multiparts
This commit is contained in:
Blake Erickson
2021-03-06 10:22:54 -07:00
committed by GitHub
7 changed files with 110 additions and 1 deletions

View File

@@ -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