Sha256: 568905087e40a56b9b1512ef04ccda0f456f10198e72b72b5c2501512598574d
Contents?: true
Size: 387 Bytes
Versions: 10
Compression:
Stored size: 387 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class ChronopayModuleTest < Test::Unit::TestCase include ActiveMerchant::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
10 entries across 10 versions & 4 rubygems