PageRenderTime 37ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/vendor/gems/facets-2.4.5/test/core/file/test_null.rb

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 12 lines | 7 code | 4 blank | 1 comment | 0 complexity | 73f15125ec3f545323566efc07d126c5 MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. require 'test/unit'
  2. require 'facets/file/null'
  3. class TC_File_Prime < Test::Unit::TestCase
  4. # FIXME
  5. def test_null
  6. assert(File.null)
  7. end
  8. end