Sha256: 0e9857f0a1d386282d2ee18e555597867c2492b7301189242408f93a6a084aeb
Contents?: true
Size: 375 Bytes
Versions: 10
Compression:
Stored size: 375 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 def test_return_method assert_instance_of Nochex::Return, Nochex.return('name=cody') end end
Version data entries
10 entries across 10 versions & 4 rubygems