Use RSpec.describe to fix IRB context warning in Rails console

This commit is contained in:
Nathan Broadbent
2018-09-21 17:31:28 +07:00
parent 28245d4dd0
commit e5eb44191c
11 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
require 'rails_helper'
feature 'swagger-ui', js: true do
RSpec.feature 'swagger-ui', js: true do
scenario 'browsing api-docs' do
visit '/api-docs'