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