Sha256: b280e58d6928765c05bcda10656913429337c0a61b4afa10943f8cae46660156
Contents?: true
Size: 238 Bytes
Versions: 10
Compression:
Stored size: 238 Bytes
Contents
require File.dirname(__FILE__) + '/../../../test_helper' class GestpayReturnTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_return r = Gestpay::Return.new('') assert r.success? end end
Version data entries
10 entries across 10 versions & 4 rubygems