update test by type

This commit is contained in:
Brandon Keepers
2013-12-10 10:29:40 -05:00
parent 2e4fbe3430
commit bc93a99864

View File

@@ -369,7 +369,7 @@ class TestLanguage < Test::Unit::TestCase
end end
def test_by_type def test_by_type
assert_equal 8, Language.by_type(:prose).length assert_equal 9, Language.by_type(:prose).length
end end
def test_colorize def test_colorize