Sha256: ef6c7d25d13b7a20a5f5a5351eca330c86559fb620814c48bcfec30d43ade31d
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
require 'test_helper' class ChronopayModuleTest < Test::Unit::TestCase include AbtainBilling::Billing::Integrations def test_notification_method assert_instance_of Chronopay::Notification, Chronopay.notification('name=cody') end def test_return_method assert_instance_of Chronopay::Return, Chronopay.return('name=cody') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abtain_billing-1.03 | test/unit/integrations/chronopay_module_test.rb |
abtain_billing-1.02 | test/unit/integrations/chronopay_module_test.rb |