Sha256: 939b370e835ef356fac520d1c58d72d3aacba39d9c57faf5e0733c460192cbf0

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

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

class RemotePaypalIntegrationTest < Test::Unit::TestCase
  include ActiveMerchant::Billing::Integrations

  def test_raw
    assert_equal "https://www.sandbox.paypal.com/cgi-bin/webscr", Paypal.service_url
    @paypal = Paypal::Notification.new('')
    
    assert_nothing_raised do
      assert_equal false, @paypal.acknowledge  
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activemerchant-1.2.0 test/remote_tests/remote_paypal_integration_test.rb
activemerchant-1.2.1 test/remote_tests/remote_paypal_integration_test.rb