JS is minified if its average line length is greater than 100c

Fixes #27
This commit is contained in:
Joshua Peek
2011-07-02 20:28:42 -05:00
parent fe2f26d02e
commit aeef1d8f33
5 changed files with 2502 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ class TestRepository < Test::Unit::TestCase
end
def test_linguist_language
assert_equal Language['Ruby'], linguist_repo.language
assert_equal Language['JavaScript'], linguist_repo.language
end
def test_linguist_languages