Use same format as mime type lib

This commit is contained in:
Joshua Peek
2011-06-08 09:17:20 -05:00
parent 555745c48f
commit 04e6a8133b
3 changed files with 52 additions and 102 deletions

View File

@@ -120,6 +120,7 @@ class TestMime < Test::Unit::TestCase
assert !Mime.binary?("application/xaml+xml")
assert !Mime.binary?("application/xhtml+xml")
assert !Mime.binary?("application/xml")
assert !Mime.binary?("text/cache-manifest")
assert !Mime.binary?("text/css")
assert !Mime.binary?("text/csv")
assert !Mime.binary?("text/html")