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