Stop treating text as a language

This commit is contained in:
Joshua Peek
2012-08-03 13:55:51 -05:00
parent 6014bd015e
commit fbbaff09cd
3 changed files with 0 additions and 18 deletions

View File

@@ -262,7 +262,6 @@ class TestBlob < Test::Unit::TestCase
end
def test_indexable
assert blob("Text/file.txt").indexable?
assert blob("Ruby/foo.rb").indexable?
assert !blob("Text/defu.nkt").indexable?
assert !blob("Text/dump.sql").indexable?