Fixing up some new heuristics

This commit is contained in:
Arfon Smith
2015-08-04 12:06:41 +01:00
parent 84d4fccb4d
commit 208ec3906f
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ class TestHeuristcs < Minitest::Test
def test_ch_by_heuristics
assert_heuristics({
"xBase" => all_fixtures("xBase")
"xBase" => all_fixtures("xBase", ".ch")
})
end
end