/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
- require 'test/unit'
- require 'facets/file/null'
- class TC_File_Prime < Test::Unit::TestCase
- # FIXME
- def test_null
- assert(File.null)
- end
- end