no -> not

This commit is contained in:
Ben Balter 2014-04-18 16:56:37 -04:00
parent 6f0bebdfda
commit 4f7b1f3306
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class TestFilters < Test::Unit::TestCase
assert_equal "&lt;code&gt;command &amp;lt;filename&amp;gt;&lt;/code&gt;", @filter.xml_escape("<code>command &lt;filename&gt;</code>")
end
should "no error when xml escaping nil"
should "not error when xml escaping nil"
assert_equal "", @filter.xml_escape(nil)
ned