diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-11-02 10:27:15 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-11-02 10:27:15 -0500 |
commit | b5d5da7b6f2076bbd72d929ae84dbd00582ff365 (patch) | |
tree | 6385ce82854e5bb97f748ef5e7811684e73974a5 /spec/spec_helper.rb | |
parent | 61865cfc935d760374c5bf6f8c538b3282b91e8b (diff) | |
download | gitlab-ce-b5d5da7b6f2076bbd72d929ae84dbd00582ff365.tar.gz |
add InspectRequests helper automatically to :js tests
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
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 |