Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-11-02 18:27:15 +0300
committerMike Greiling <mike@pixelcog.com>2017-11-02 18:27:15 +0300
commitb5d5da7b6f2076bbd72d929ae84dbd00582ff365 (patch)
tree6385ce82854e5bb97f748ef5e7811684e73974a5 /spec/spec_helper.rb
parent61865cfc935d760374c5bf6f8c538b3282b91e8b (diff)
add InspectRequests helper automatically to :js tests
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 8b8c699bf85..97bd7257e47 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -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