Sha256: f755dc3b9a950fe6d63b72f1f84fa3322a57ce3a73692fd808483133286c1251

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

require 'test_helper'

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

  def test_notification_method
    assert_instance_of Adyen::Notification, Adyen.notification('name=cody')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activemerchant-est-1.4.2.6 test/unit/integrations/adyen_module_test.rb
activemerchant-est-1.4.2.5 test/unit/integrations/adyen_module_test.rb