Sha256: b206cf389df69ac6df798f204e2219387848660dacc40a05f9210cb575e5bd18

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

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

2 entries across 2 versions & 1 rubygems

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