Sha256: 015706c63b39de40f45bb7e3a447586d8bd283a60eeeb7cfb56211d5ea9440ec
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
require 'test_helper' class PaypalReturnTest < Test::Unit::TestCase include AbtainBilling::Billing::Integrations def test_return r = Paypal::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/paypal_return_test.rb |
abtain_billing-1.02 | test/unit/integrations/returns/paypal_return_test.rb |