Sha256: 90e85b307fe74fd31df705c4df6d86a1a1b31dfc1559b9a5b50d1f7a4c19f468

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

require File.dirname(__FILE__) + '/../../../test_helper'

class PaypalReturnTest < Test::Unit::TestCase
  include MerbMerchant::Billing::Integrations

  def test_return
    r = Paypal::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/paypal_return_test.rb