Sha256: d238495d0401b3ca99a4ce7eeda603aa25270ba082e8d4bbe9aa3488dff3e9f3
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class TwoCheckoutModuleTest < Test::Unit::TestCase include MerbMerchant::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
merb_merchant-1.4.1 | test/unit/integrations/two_checkout_module_test.rb |