Sha256: abdfd7723a2dbf81681f8e179ab5f019e83eda0f49fc7ca11a768669e6618050
Contents?: true
Size: 203 Bytes
Versions: 34
Compression:
Stored size: 203 Bytes
Contents
require '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
34 entries across 34 versions & 11 rubygems