Sha256: fca3f6b5b263882959b0f3c0d4c3ad104fa9b7a524c066b482c043b1aa3d8364
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
require 'test_helper' class TwoCheckoutModuleTest < Test::Unit::TestCase include AbtainBilling::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abtain_billing-1.03 | test/unit/integrations/two_checkout_module_test.rb |
abtain_billing-1.02 | test/unit/integrations/two_checkout_module_test.rb |