Sha256: ed32abab234c9e717d409d773a36534840888c72b68243797bc7f08d2ed9b2c2
Contents?: true
Size: 365 Bytes
Versions: 34
Compression:
Stored size: 365 Bytes
Contents
require 'test_helper' class TwoCheckoutModuleTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_notification_method assert_instance_of TwoCheckout::Notification, TwoCheckout.notification('name=cody') end def test_return_method assert_instance_of TwoCheckout::Return, TwoCheckout.return('name=cody') end end
Version data entries
34 entries across 34 versions & 11 rubygems