From 8ac2035d0c01e217a93b9aa9c830665bf866f162 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 25 Feb 2022 16:47:17 +0000 Subject: [PATCH] Addresses style issue --- spec/system/consumer/shopping/checkout_paypal_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/consumer/shopping/checkout_paypal_spec.rb b/spec/system/consumer/shopping/checkout_paypal_spec.rb index 40beb2ce27..950d2153b7 100644 --- a/spec/system/consumer/shopping/checkout_paypal_spec.rb +++ b/spec/system/consumer/shopping/checkout_paypal_spec.rb @@ -47,7 +47,7 @@ describe "Check out with Paypal", js: true do end shared_examples "checking out with paypal" do |user_type| - context "#{user_type}" do + context user_type.to_s do before do fill_out_details fill_out_form(free_shipping.name, paypal.name, save_default_addresses: false)