Sha256: e254ddc1d0d80df1f43ffaeb5ec1cb216eec155bfabf3fa906e9236415ec8ae4
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 Bytes
Contents
require File.dirname(__FILE__) + '/../../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
10 entries across 10 versions & 4 rubygems