Sha256: aa14c59d6b5c1d79df2a639079216bf9ec68f0b0cd51405c1666d42b55935368
Contents?: true
Size: 377 Bytes
Versions: 10
Compression:
Stored size: 377 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class HiTrustModuleTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_notification_method assert_instance_of HiTrust::Notification, HiTrust.notification('name=cody') end def test_return_method assert_instance_of HiTrust::Return, HiTrust.return('name=cody') end end
Version data entries
10 entries across 10 versions & 4 rubygems