Sha256: cfdcb25a1f2bcfa98e4fc0e5bd0443aba24d0b4164518f7cdd362ff5d08b3cba
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
require 'helper' module Mollie module API module Resource class PaymentsTest < Test::Unit::TestCase def test_resource_object assert_equal Object::Payment, Payments.new(nil).resource_object end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems