Sha256: e6bcca95a8f6e9d450bae6b0e4ec5bf2029b95721e46aa25e46ccb3a12025126

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

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

class TwoCheckoutModuleTest < Test::Unit::TestCase
  include ActiveMerchant::Billing::Integrations
  
  def test_notification_method
    assert_instance_of TwoCheckout::Notification, TwoCheckout.notification('name=cody')
  end
end 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activemerchant-1.2.0 test/unit/integrations/two_checkout_module_test.rb
activemerchant-1.2.1 test/unit/integrations/two_checkout_module_test.rb