Sha256: ef9ccd7385b72042faff35a6fc201fd2378803082cf767f8c7c36a2e474caf3a
Contents?: true
Size: 407 Bytes
Versions: 40
Compression:
Stored size: 407 Bytes
Contents
require 'spec_helper' describe Spree::Gateway::Maxipago do let(:gateway) { described_class.create!(name: 'Maxipago') } context '.provider_class' do it 'is a Maxipago gateway' do expect(subject.provider_class).to eq ::ActiveMerchant::Billing::MaxipagoGateway end end context '.auto_capture?' do it 'return true' do expect(subject.auto_capture?).to be true end end end
Version data entries
40 entries across 40 versions & 3 rubygems