From 757a1548e6efe04bd8c8cc9827ded2b424af79aa Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 4 Feb 2025 15:52:28 +1100 Subject: [PATCH] Fix whitespace --- spec/helpers/spree/base_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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