PageRenderTime 223ms CodeModel.GetById 40ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 14 lines | 6 code | 5 blank | 3 comment | 0 complexity | 405b458b7b709c312a5567028f61c20a MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. # Test lib/facets/lrucache.rb
  2. #
  3. # TODO: Need test!!!!!!!
  4. require 'facets/lrucache.rb'
  5. require 'test/unit'
  6. class TC_LRUCache < Test::Unit::TestCase
  7. def test_01
  8. end
  9. end