Sha256: 99a7cda44b5419ed85413ce5558cd3c3aa2057d55aa7a51c098e345fcc4fccbf

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

#require File.dirname(__FILE__) + '/../../test_helper'
require '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

2 entries across 2 versions & 1 rubygems

Version Path
activemerchant_banklink-0.0.6 test/unit/integrations/sampo_est_module_test.rb
activemerchant_banklink-0.0.5 test/unit/integrations/sampo_est_module_test.rb