Sha256: d031bfedd2688d4d9ba79ce379e27b3c6784a984a6434cb1888a031df036aab5

Contents?: true

Size: 404 Bytes

Versions: 4

Compression:

Stored size: 404 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

4 entries across 4 versions & 2 rubygems

Version Path
activemerchant-1.3.2 test/remote/integrations/remote_paypal_integration_test.rb
activemerchant-1.3.1 test/remote/integrations/remote_paypal_integration_test.rb
activemerchant-1.3.0 test/remote/integrations/remote_paypal_integration_test.rb
spree-0.2.0 vendor/plugins/active_merchant/test/remote/integrations/remote_paypal_integration_test.rb