Sha256: cfdcb25a1f2bcfa98e4fc0e5bd0443aba24d0b4164518f7cdd362ff5d08b3cba

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

require 'helper'

module Mollie
  module API
    module Resource
      class PaymentsTest < Test::Unit::TestCase
        def test_resource_object
          assert_equal Object::Payment, Payments.new(nil).resource_object
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mollie-api-ruby-2.2.1 test/mollie/api/resource/payments_test.rb
mollie-api-ruby-2.2.0 test/mollie/api/resource/payments_test.rb
mollie-api-ruby-2.1.0 test/mollie/api/resource/payments_test.rb
mollie-api-ruby-2.0.1 test/mollie/api/resource/payments_test.rb
mollie-api-ruby-2.0.0 test/mollie/api/resource/payments_test.rb