Method: TestMIME::TestTypes#test_class_index_3

Defined in:
lib/mime-types-1.16/test/test_mime_types.rb

#test_class_index_3Object



48
49
50
51
# File 'lib/mime-types-1.16/test/test_mime_types.rb', line 48

def test_class_index_3
  assert(MIME::Types['text/vnd.fly', { :complete => true }].empty?)
  assert(!MIME::Types['text/plain', { :complete => true} ].empty?)
end