Sha256: bc385c244b7fae36469a8a928c45b8e924f23eda93f0d787ea6c31663b8f556e
Contents?: true
Size: 345 Bytes
Versions: 34
Compression:
Stored size: 345 Bytes
Contents
require '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
34 entries across 34 versions & 11 rubygems