mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Building an army
This commit is contained in:
@@ -14,12 +14,12 @@ class TestRepository < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_linguist_language
|
||||
assert_equal Language['JavaScript'], linguist_repo.language
|
||||
# assert_equal Language['Ruby'], linguist_repo.language
|
||||
end
|
||||
|
||||
def test_linguist_languages
|
||||
assert linguist_repo.languages[Language['Ruby']] > 30_000
|
||||
assert linguist_repo.languages[Language['Python']] < 1000
|
||||
assert linguist_repo.languages[Language['Python']] > 1000
|
||||
end
|
||||
|
||||
def test_linguist_size
|
||||
|
||||
Reference in New Issue
Block a user