mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
potential test fix
This commit is contained in:
parent
ca8a2b6da2
commit
d01dff199c
@ -5,8 +5,8 @@ feature 'swagger-ui', js: true do
|
|||||||
scenario 'browsing api-docs' do
|
scenario 'browsing api-docs' do
|
||||||
visit '/api-docs'
|
visit '/api-docs'
|
||||||
|
|
||||||
expect(page).to have_content('GET /blogs Searches blogs')
|
expect(page).to have_content('GET /blogs Searches blogs', normalize_ws: true)
|
||||||
expect(page).to have_content('POST /blogs Creates a blog')
|
expect(page).to have_content('POST /blogs Creates a blog', normalize_ws: true)
|
||||||
expect(page).to have_content('GET /blogs/{id} Retrieves a blog')
|
expect(page).to have_content('GET /blogs/{id} Retrieves a blog', normalize_ws: true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user