Sha256: 469b54c5c359730d127b0b6eb5b33443d73daf031b553334a94288e48f0180ef

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

require 'test_helper'

class HiTrustModuleTest < Test::Unit::TestCase
  include AbtainBilling::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

2 entries across 2 versions & 1 rubygems

Version Path
abtain_billing-1.03 test/unit/integrations/hi_trust_module_test.rb
abtain_billing-1.02 test/unit/integrations/hi_trust_module_test.rb