From c7eed5ae576dd0040364dfa217a544886fc132e4 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 19 Oct 2021 15:44:26 +0100 Subject: [PATCH] Adds the system helper to business_address --- spec/system/admin/enterprises/business_address_form_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/enterprises/business_address_form_spec.rb b/spec/system/admin/enterprises/business_address_form_spec.rb index 38c9681db7..38f01a1ab0 100644 --- a/spec/system/admin/enterprises/business_address_form_spec.rb +++ b/spec/system/admin/enterprises/business_address_form_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "system_helper" describe "Business Address" do include WebHelper