Sha256: 52f2f906d1cefec7b19e2024ebd109e5ccb52bff863cb23a5ceafea52ffccb4f

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

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