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