PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

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

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