Sha256: 53636c419404b56506453e7647ee2f2bd77e1dbc44ec35135182961965a4561b
Contents?: true
Size: 202 Bytes
Versions: 2
Compression:
Stored size: 202 Bytes
Contents
require 'test_helper' class GestpayReturnTest < Test::Unit::TestCase include AbtainBilling::Billing::Integrations def test_return r = Gestpay::Return.new('') assert r.success? end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abtain_billing-1.03 | test/unit/integrations/returns/gestpay_return_test.rb |
abtain_billing-1.02 | test/unit/integrations/returns/gestpay_return_test.rb |