Updated test name, using single quotes for cleanliness.

This commit is contained in:
Eldritch Cheese 2016-11-28 07:35:48 -05:00
parent 875d55002b
commit 467bd5bb32
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ CONTENT
refute_match(%r!markdown\-html\-error!, @result)
end
should "have the URL to the \"complex\" post from 2008-11-21" do
should 'have the URL to the "special-chars" post from 2016-11-26' do
assert_match %r!/2016/11/26/special-chars-\(\+\)/!, @result
end
end