/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

  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