Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master

This commit is contained in:
Arfon Smith
2015-07-16 14:40:21 -07:00
31 changed files with 2190 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ class TestHeuristcs < Minitest::Test
assert_heuristics({
"Frege" => all_fixtures("Frege"),
"Forth" => all_fixtures("Forth"),
"Text" => all_fixtures("Text")
"Text" => all_fixtures("Text", "*.fr")
})
end