Sha256: 892630fd28d8f66bd4b3d1a1913c1467f42f800d6527097911f2fa19af1ad34c
Contents?: true
Size: 436 Bytes
Versions: 3
Compression:
Stored size: 436 Bytes
Contents
require 'rails_helper' module Spree module SolidusSixSaferpay RSpec.describe ProcessPaymentPagePayment do let(:payment) { create(:six_saferpay_payment, :authorized) } subject { described_class.new(payment) } describe '#gateway' do it_behaves_like "it uses the payment page gateway" end describe '#call' do it_behaves_like 'process_authorized_payment' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems