diff options
Diffstat (limited to 'spec/support/helpers/checkout_infrastructure.rb')
-rw-r--r-- | spec/support/helpers/checkout_infrastructure.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/helpers/checkout_infrastructure.rb b/spec/support/helpers/checkout_infrastructure.rb index 6a18083..8196a87 100644 --- a/spec/support/helpers/checkout_infrastructure.rb +++ b/spec/support/helpers/checkout_infrastructure.rb @@ -3,16 +3,12 @@ module CheckoutInfrastructure def self.extended(base) base.before(:all) do - payment_method = create :credit_card_payment_method create :country create :shipping_method - - SolidusSubscriptions::Config.default_gateway { payment_method } end base.after(:all) do DatabaseCleaner.clean_with(:truncation) - SolidusSubscriptions::Config.default_gateway { nil } end end end |