mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove test for removed extension
This existed when the test was written, but was removed in https://github.com/github/linguist/pull/1734 and the test got lost in a merge somewhere.
This commit is contained in:
@@ -221,7 +221,6 @@ class TestLanguage < Test::Unit::TestCase
|
||||
assert_equal [Language['Clojure']], Language.find_by_filename('riemann.config')
|
||||
assert_equal [Language['HTML+Django']], Language.find_by_filename('index.jinja')
|
||||
assert_equal [Language['Chapel']], Language.find_by_filename('examples/hello.chpl')
|
||||
assert_equal [Language['Ant Build System']], Language.find_by_filename('build.ant.xml')
|
||||
end
|
||||
|
||||
def test_find_by_shebang
|
||||
|
||||
Reference in New Issue
Block a user