Sha256: aa1f19583f7d2b8823f0f9417cbdfec933d4da2bc1b6a86093bf10faae1ea067
Contents?: true
Size: 488 Bytes
Versions: 3
Compression:
Stored size: 488 Bytes
Contents
require 'rails_helper' module Spree module SolidusSixSaferpay RSpec.describe AssertPaymentPage do let(:payment) { create(:six_saferpay_payment) } subject { described_class.new(payment) } describe '#gateway' do it_behaves_like "it uses the payment page gateway" end describe '#call' do let(:api_response_class) { SixSaferpay::SixPaymentPage::AssertResponse } it_behaves_like "authorize_payment" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems