Sha256: fc3b7d100cf9cacf58da9206e4921ebb6565c71db93d16119bee0da4f53bfa69

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

require 'test_helper'

class NochexReturnTest < Test::Unit::TestCase
  include AbtainBilling::Billing::Integrations

  def test_return
    r = Nochex::Return.new('')
    assert r.success?
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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