From 9c88c770667e573598d0d2c2d11dd2825334dd1e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 14 Apr 2023 16:05:50 +1000 Subject: [PATCH] Style empty lines --- spec/system/consumer/split_checkout_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/system/consumer/split_checkout_spec.rb b/spec/system/consumer/split_checkout_spec.rb index 6cc9919ab5..e114184a0e 100644 --- a/spec/system/consumer/split_checkout_spec.rb +++ b/spec/system/consumer/split_checkout_spec.rb @@ -923,7 +923,6 @@ describe "As a consumer, I want to checkout my order" do end context "when the platform's terms of service have to be accepted" do - before do allow(Spree::Config).to receive(:shoppers_require_tos).and_return(true) allow(Spree::Config).to receive(:footer_tos_url).and_return(tos_url) @@ -975,7 +974,6 @@ describe "As a consumer, I want to checkout my order" do end context "when the seller's terms and the platform's terms have to be accepted" do - before do order.distributor.update!(terms_and_conditions: shop_terms)