Sha256: 2d6be4231df8daa4cc5c629ef5db66b90f605944f5548c14cf39df07bed04a56

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 Bytes

Contents

require File.dirname(__FILE__) + '/../../test_helper'

class HiTrustModuleTest < Test::Unit::TestCase
  include MerbMerchant::Billing::Integrations
  
  def test_notification_method
    assert_instance_of HiTrust::Notification, HiTrust.notification('name=cody')
  end
  
  def test_return_method
    assert_instance_of HiTrust::Return, HiTrust.return('name=cody')
  end
end 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
merb_merchant-1.4.1 test/unit/integrations/hi_trust_module_test.rb