Sha256: 914b8be6416a1409b561432f9e338a90460f3c12da3d557e994263f0cce85509
Contents?: true
Size: 220 Bytes
Versions: 10
Compression:
Stored size: 220 Bytes
Contents
require File.dirname(__FILE__) + '/../../../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
10 entries across 10 versions & 4 rubygems