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:26:09 +0300
committerMike Greiling <mike@pixelcog.com>2017-11-02 18:26:27 +0300
commit61865cfc935d760374c5bf6f8c538b3282b91e8b (patch)
treef1195d4281f06a7d79b53c495deb6be5a2950013 /spec/spec_helper.rb
parent787ef979ade8f5f9a605f045daa84a4380910067 (diff)
add CookieHelper and InputHelper automatically to :js tests
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 48cacba6a8a..8b8c699bf85 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -48,6 +48,8 @@ RSpec.configure do |config|
config.include Warden::Test::Helpers, type: :request
config.include LoginHelpers, type: :feature
config.include SearchHelpers, type: :feature
+ config.include CookieHelper, :js
+ config.include InputHelper, :js
config.include WaitForRequests, :js
config.include StubConfiguration
config.include EmailHelpers, :mailer, type: :mailer