Sha256: f7de7568dbb19985a0c8f68541cebf74bcbe1e673cf556e7c18436cea0889538
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
require 'test_helper' class ChronopayModuleTest < Test::Unit::TestCase include AbtainBilling::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abtain_billing-1.03 | test/unit/integrations/nochex_module_test.rb |
abtain_billing-1.02 | test/unit/integrations/nochex_module_test.rb |