Sha256: 528416cee916ffc239b4d441fb528aace9037e892e0a0607f95d4123c81f3cc1

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

module Workarea
  decorate Payment::Authorize::CreditCardTest, with: :cim do
    def test_complete_authorizes_on_the_credit_card_gateway
      # no authorize on this gateway
    end

    def test_cancel_voids_with_the_authorization_from_the_transaction
      # no void on this gateway
    end

    private

    def payment
      @payment ||= create_payment(profile: create_payment_profile)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-authorize_cim-2.1.3 test/models/workarea/payment/authorize/credit_card_test.decorator
workarea-authorize_cim-2.1.2 test/models/workarea/payment/authorize/credit_card_test.decorator
workarea-authorize_cim-2.1.1 test/models/workarea/payment/authorize/credit_card_test.decorator