Sha256: a914520e467f6b8859d89729b8aff6626f95712ffce16dcda7276a9781b2fdf6
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class ChronopayModuleTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_notification_method assert_instance_of Nochex::Notification, Nochex.notification('name=cody') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activemerchant-1.2.0 | test/unit/integrations/nochex_module_test.rb |
activemerchant-1.2.1 | test/unit/integrations/nochex_module_test.rb |