Sha256: 080f58903d33e127f9907444bce7300329424a66a4e4bcd9198b589022cbd395
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
require File.dirname(__FILE__) + '/../../../test_helper' class GestpayReturnTest < Test::Unit::TestCase include MerbMerchant::Billing::Integrations def test_return r = Gestpay::Return.new('') assert r.success? end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
merb_merchant-1.4.1 | test/unit/integrations/returns/gestpay_return_test.rb |