Sha256: 163ab2be7ceae08e48a8d42b8a8803a264349b8b430f0131fb85174834de2bf6

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

require 'helper'

module Mollie
  module API
    module Resource
      class IssuersTest < Test::Unit::TestCase
        def test_resource_object
          assert_equal Object::Issuer, Issuers.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/issuers_test.rb
mollie-api-ruby-2.2.0 test/mollie/api/resource/issuers_test.rb
mollie-api-ruby-2.1.0 test/mollie/api/resource/issuers_test.rb
mollie-api-ruby-2.0.1 test/mollie/api/resource/issuers_test.rb
mollie-api-ruby-2.0.0 test/mollie/api/resource/issuers_test.rb