Sha256: 04e48a18696b5e9d27b1512949d6f84a9d08468fc93dab5ff165c3d9a7585add
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class SwedbankEstModuleTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_notification_method #assert_instance_of SwedbankEst::Notification, SwedbankEst.notification({'name' => 'cody'}) assert_instance_of SwedbankEst::Notification, SwedbankEst.notification('name=cody') end end
Version data entries
3 entries across 3 versions & 1 rubygems