Rename test for clarity

This commit is contained in:
Pat Hawks 2017-03-16 07:59:13 -05:00
parent ec5b45cd7c
commit 6bc9f71050
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class TestFilters < JekyllUnitTest
assert_equal "my%20things", @filter.uri_escape("my things")
end
should "escape colon" do
should "allow colons in URI" do
assert_equal "foo:bar", @filter.uri_escape("foo:bar")
assert_equal "foo%20bar:baz", @filter.uri_escape("foo bar:baz")
end