mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user