Sha256: 7fabdca2304619257671fc1f34d1556d155c3ac159c19bf4d5f2981242fa4826

Contents?: true

Size: 426 Bytes

Versions: 9

Compression:

Stored size: 426 Bytes

Contents

  #  _____         _
  # |_   _|__  ___| |_
  #   | |/ _ \/ __| __|
  #   | |  __/\__ \ |
  #   |_|\___||___/\__|
  #
  # for lib/facets/synchash.rb
  #
  # Extracted Mon Sep 03 16:23:08 -0700 2007
  # w/ Test Extraction Ratchet
  #

 require 'facets/synchash.rb'



require 'test/unit'

# TODO

class TC_SyncHash < Test::Unit::TestCase

  def test_01
    assert_nothing_raised{ @h = SyncHash.new }
  end

end



Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
facets-2.0.0 test/unit/test_synchash.rb
facets-2.0.1 test/unit/test_synchash.rb
facets-2.0.2 test/unit/test_synchash.rb
facets-2.0.3 test/unit/test_synchash.rb
facets-2.0.4 test/unit/test_synchash.rb
facets-2.0.5 test/unit/test_synchash.rb
facets-2.1.0 test/unit/test_synchash.rb
facets-2.1.1 test/unit/test_synchash.rb
facets-2.1.2 test/unit/test_synchash.rb