Revert "Add a macro for complexes multiparts"

This commit is contained in:
Blake Erickson
2021-03-06 14:52:49 -07:00
committed by GitHub
parent f7036b7e5a
commit 989aab656f
7 changed files with 1 additions and 110 deletions

View File

@@ -8,7 +8,6 @@ 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