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:
Brandon Keepers
2014-11-26 15:59:16 -05:00
parent 412af86cb8
commit 3edf5fd770

View File

@@ -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