mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add special mime type overrides
This commit is contained in:
@@ -55,7 +55,6 @@ class TestPathname < Test::Unit::TestCase
|
||||
assert_equal 'application/ruby', Pathname.new("file.rb").mime_type
|
||||
assert_equal 'application/javascript', Pathname.new("file.js").mime_type
|
||||
assert_equal 'application/python', Pathname.new("itty.py").mime_type
|
||||
assert_equal 'text/plain', Pathname.new("itty.nu").mime_type
|
||||
assert_equal 'text/plain', Pathname.new("defun.kt").mime_type
|
||||
assert_equal 'text/plain; charset=utf-8', Pathname.new("defun.kt").mime_type
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user