From b5d5da7b6f2076bbd72d929ae84dbd00582ff365 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 2 Nov 2017 10:27:15 -0500 Subject: add InspectRequests helper automatically to :js tests --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/spec_helper.rb') 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 -- cgit v1.2.3