From e703113c08a2917a4836c92731397ec5dfca9924 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Thu, 11 Feb 2021 10:29:33 +0100 Subject: [PATCH] Fix typo in test wording --- spec/features/admin/customers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/customers_spec.rb b/spec/features/admin/customers_spec.rb index 944d2a5672..b115d0f98d 100644 --- a/spec/features/admin/customers_spec.rb +++ b/spec/features/admin/customers_spec.rb @@ -133,7 +133,7 @@ feature 'Customers' do context "with an additional negative payment (or refund)" do let!(:payment2) { create(:payment, order: order1, state: 'completed', payment_method: payment_method, response_code: 'pi_123', amount: -25.00) } - it "it displays an updated customer balance" do + it "displays an updated customer balance" do visit spree.admin_order_payments_path order1 expect(page).to have_content "$#{payment2.amount}"