mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove test for PayPalExpress UK which does not exist anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user