Sha256: 840be70d37922536b3c94f875fe98c7a048f3422204ef371033ef2d5ad57a73b

Contents?: true

Size: 322 Bytes

Versions: 5

Compression:

Stored size: 322 Bytes

Contents

require 'spec_helper'

describe Spree::Gateway::Paymill do
  let(:gateway) { described_class.create!(name: 'Paymill', stores: [::Spree::Store.default]) }

  context '.provider_class' do
    it 'is a Paymill gateway' do
      expect(gateway.provider_class).to eq ::ActiveMerchant::Billing::PaymillGateway
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
spree_gateway-3.11.0 spec/models/gateway/paymill_spec.rb
spree_gateway-3.10.0 spec/models/gateway/paymill_spec.rb
archetype_spree_gateway-3.9.5.1 spec/models/gateway/paymill_spec.rb
archetype_spree_gateway-3.9.5 spec/models/gateway/paymill_spec.rb
spree_gateway-3.9.4 spec/models/gateway/paymill_spec.rb