Sha256: d2f7893fd0a64009a433ef0004a19096a3da48b065272b57c637c02f875714be
Contents?: true
Size: 305 Bytes
Versions: 6
Compression:
Stored size: 305 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' class <%= class_name %>ModuleTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_notification_method assert_instance_of <%= class_name %>::Notification, <%= class_name %>.notification('name=cody') end end
Version data entries
6 entries across 6 versions & 4 rubygems