mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #1726 from github/makefile-tests
Fix tests for Makefile change
This commit is contained in:
@@ -139,6 +139,7 @@ class TestLanguage < Test::Unit::TestCase
|
||||
assert_equal :programming, Language['Python'].type
|
||||
assert_equal :programming, Language['Ruby'].type
|
||||
assert_equal :programming, Language['TypeScript'].type
|
||||
assert_equal :programming, Language['Makefile'].type
|
||||
end
|
||||
|
||||
def test_markup
|
||||
@@ -157,7 +158,6 @@ class TestLanguage < Test::Unit::TestCase
|
||||
|
||||
def test_other
|
||||
assert_nil Language['Brainfuck'].type
|
||||
assert_nil Language['Makefile'].type
|
||||
end
|
||||
|
||||
def test_searchable
|
||||
|
||||
Reference in New Issue
Block a user