Add another breakdown_by_file assertion

This commit is contained in:
Ted Nyman
2013-12-28 19:45:08 -08:00
parent 7fb16b7abe
commit b498d51889

View File

@@ -28,6 +28,7 @@ class TestRepository < Test::Unit::TestCase
def test_linguist_breakdown
assert linguist_repo.breakdown_by_file.has_key?("Ruby")
assert linguist_repo.breakdown_by_file["Ruby"].include?("bin/linguist")
assert linguist_repo.breakdown_by_file["Ruby"].include?("lib/linguist/language.rb")
end
def test_binary_override