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