Sha256: 7566e0c23b17aa07cb8760488b6dee94824f857fa58a8cfdf1df6533114a6884

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activemerchant-1.4.2 test/unit/integrations/quickpay_module_test.rb