Sha256: ff871a2ab48b144bed1c4ff71b878afa036b9f8663490f5dbda0fc3724be8cd5

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

require 'helper'

module Mollie
  module API
    module Resource
      class OrganizationsTest < Test::Unit::TestCase
        def test_resource_object
          assert_equal Object::Organization, Organizations.new(nil).resource_object
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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