Sha256: 0e46efef2d5e248659ce3b696c1366873ff8d59a60397979379e62fb879a7b0c

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

require 'helper'

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