Sha256: e733e21c9fa459be183f577724a993c1240f2cdb72ab471290311cef4e1ef554
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 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'}) end end
Version data entries
3 entries across 3 versions & 2 rubygems