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

Version Path
martinstannard-activemerchant-0.1.0 generators/integration/templates/module_test.rb
seamusabshere-active_merchant-1.4.2.1 generators/integration/templates/module_test.rb
seamusabshere-active_merchant-1.4.2.3 generators/integration/templates/module_test.rb
activemerchant-1.2.0 script/generator/generators/integration/templates/module_test.rb
activemerchant-1.2.1 script/generator/generators/integration/templates/module_test.rb
spree-0.2.0 vendor/plugins/active_merchant/generators/integration/templates/module_test.rb