PageRenderTime 38ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/vendor/gems/facets-2.4.5/test/more/test_syncarray.rb

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 15 lines | 7 code | 5 blank | 3 comment | 0 complexity | 30bb3f72c811f252f97131ef9dc3a77a MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. # Test facets/syncarray.rb
  2. #
  3. # TODO: Need test!!!!!!!!!
  4. require 'facets/syncarray.rb'
  5. require 'test/unit'
  6. class TC_SyncArray < Test::Unit::TestCase
  7. def test_01
  8. assert_nothing_raised{ @s = SyncArray.new }
  9. end
  10. end