Sha256: 586262da1f131db597ee653401b07256422f27a05d37c418525279ef5da02b61
Contents?: true
Size: 185 Bytes
Versions: 34
Compression:
Stored size: 185 Bytes
Contents
require 'test_helper' class ReturnTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_return r = Return.new('') assert r.success? end end
Version data entries
34 entries across 34 versions & 11 rubygems