Make markup tests pass

Yaml ain't Markup Language!
This commit is contained in:
kethomassen
2013-09-09 16:44:00 +10:00
parent 432bffe3ec
commit a9b944ac36

View File

@@ -191,7 +191,6 @@ class TestLanguage < Test::Unit::TestCase
def test_markup
assert_equal :markup, Language['HTML'].type
assert_equal :markup, Language['YAML'].type
end
def test_other