Sha256: 9f6acc3acf6c511fcbc20de47d74ebc8ca82598e6c837270e54044c626193c20

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

require 'helper'

module Mollie
  module API
    module Resource
      class InvoicesTest < Test::Unit::TestCase
        def test_resource_object
          assert_equal Object::Invoice, Invoices.new(nil).resource_object
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mollie-api-ruby-2.2.1 test/mollie/api/resource/invoices_test.rb