From 51f912033b9d2eb7b667cea855bc71c123730883 Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 8 Aug 2014 22:39:26 +1000 Subject: [PATCH] Remove test for PayPalExpress UK which does not exist anymore --- spec/models/spree/payment_method_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/spree/payment_method_spec.rb b/spec/models/spree/payment_method_spec.rb index 394ff490a2..cfd78cfa70 100644 --- a/spec/models/spree/payment_method_spec.rb +++ b/spec/models/spree/payment_method_spec.rb @@ -19,7 +19,6 @@ module Spree it "generates a clean name for known Payment Method types" do Spree::PaymentMethod::Check.clean_name.should == "Cash/EFT/etc. (payments for which automatic validation is not required)" Spree::Gateway::Migs.clean_name.should == "MasterCard Internet Gateway Service (MIGS)" - Spree::BillingIntegration::PaypalExpressUk.clean_name.should == "PayPal Express (UK)" Spree::BillingIntegration::PaypalExpress.clean_name.should == "PayPal Express" # Testing else condition