Sha256: 8b721958732c3234a838b99478a792b1c9677ba96ac1cf13a9d6a10218244170
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
#require File.dirname(__FILE__) + '/../../test_helper' require '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activemerchant_banklink-0.0.6 | test/unit/integrations/swedbank_est_module_test.rb |
activemerchant_banklink-0.0.5 | test/unit/integrations/swedbank_est_module_test.rb |