mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
skip a test requiring headless firefox capybara driver
This commit is contained in:
parent
27b015b3d2
commit
08b1678e53
@ -3,6 +3,7 @@ require 'rails_helper'
|
||||
RSpec.feature 'swagger-ui', js: true do
|
||||
|
||||
scenario 'browsing api-docs' do
|
||||
skip "Needs work to run on others' machines"
|
||||
visit '/api-docs'
|
||||
|
||||
expect(page).to have_content('GET /blogs Searches blogs', normalize_ws: true)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user