Skip to content
Snippets Groups Projects
Verified Commit b5d5da7b authored by Mike Greiling's avatar Mike Greiling
Browse files

add InspectRequests helper automatically to :js tests

parent 61865cfc
No related branches found
No related tags found
No related merge requests found
require 'spec_helper'
 
feature 'Environment' do
include InspectRequests
given(:project) { create(:project) }
given(:user) { create(:user) }
given(:role) { :developer }
Loading
Loading
Loading
Loading
@@ -2,8 +2,6 @@ require 'spec_helper'
require 'tempfile'
 
feature 'Jobs' do
include InspectRequests
let(:user) { create(:user) }
let(:user_access_level) { :developer }
let(:project) { create(:project, :repository) }
Loading
Loading
Loading
Loading
@@ -2,7 +2,6 @@ require 'rails_helper'
 
feature 'User creates snippet', :js do
include DropzoneHelper
include InspectRequests
 
let(:user) { create(:user) }
 
Loading
Loading
Loading
Loading
@@ -50,6 +50,7 @@ RSpec.configure do |config|
config.include SearchHelpers, type: :feature
config.include CookieHelper, :js
config.include InputHelper, :js
config.include InspectRequests, :js
config.include WaitForRequests, :js
config.include StubConfiguration
config.include EmailHelpers, :mailer, type: :mailer
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment