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