Sha256: 369104750353907fcaf3397473b53584d43cc97145ebab0d6deaf842b8e3fda6

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

Stored size: 417 Bytes

Contents

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

 require 'facets/syncarray.rb'



require 'test/unit'

# TODO

class TC_SyncArray < Test::Unit::TestCase

  def test_01
    assert_nothing_raised{ @s = SyncArray.new }
  end

end



Version data entries

9 entries across 9 versions & 1 rubygems

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