PageRenderTime 29ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/gems/facets-2.4.5/test/core/hash/test_autonew.rb

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 11 lines | 6 code | 4 blank | 1 comment | 0 complexity | df7efd4979fb9b22b11d476762aece87 MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. require 'facets/hash/autonew'
  2. require 'test/unit'
  3. class TC_Hash_AutoNew < Test::Unit::TestCase
  4. def test_autonew
  5. # TODO
  6. end
  7. end