Sha256: 521e6069338e62757c931c6e5fd7cdf9421f1507dde73cef0c0ecd500598e716

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

require 'helper'

module Mollie
  module API
    module Resource
      class ProfilesTest < Test::Unit::TestCase
        def test_resource_object
          assert_equal Object::Profile, Profiles.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/profiles_test.rb
mollie-api-ruby-2.2.0 test/mollie/api/resource/profiles_test.rb