diff --git a/spec/helpers/spree/base_helper_spec.rb b/spec/helpers/spree/base_helper_spec.rb index 4f57acecf8..4debda7a2a 100644 --- a/spec/helpers/spree/base_helper_spec.rb +++ b/spec/helpers/spree/base_helper_spec.rb @@ -27,7 +27,7 @@ RSpec.describe Spree::BaseHelper do context "checkout zone is of type country" do before do country_zone = create(:zone, name: "CountryZone", member: country) - allow(ENV).to receive(:fetch).and_return(country_zone.name) + allow(ENV).to receive(:fetch).and_return(country_zone.name) end it "return only the countries defined by the checkout zone" do