Renamed text in Text

This commit is contained in:
Paul Chaignon
2014-12-11 12:51:09 -05:00
parent f93272f0bd
commit db70630eaa
9 changed files with 18 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ class TestHeuristcs < Test::Unit::TestCase
assert_heuristics({
"Frege" => all_fixtures("Frege"),
"Forth" => all_fixtures("Forth"),
"text" => all_fixtures("text")
"Text" => all_fixtures("Text")
})
end