From b498d518893968c2ae50ad2503ffad4ff075186f Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 28 Dec 2013 19:45:08 -0800 Subject: [PATCH] Add another breakdown_by_file assertion --- test/test_repository.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_repository.rb b/test/test_repository.rb index 74715f05..832489d3 100644 --- a/test/test_repository.rb +++ b/test/test_repository.rb @@ -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