Sha256: 031802181723909cafb66ca1c6dd1a94cccf63b00d0ac8a7ba735eb793a1f0b8
Contents?: true
Size: 273 Bytes
Versions: 10
Compression:
Stored size: 273 Bytes
Contents
require '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
10 entries across 10 versions & 2 rubygems