From 467bd5bb321a94a5aae0812f55f45b6ca3c273bc Mon Sep 17 00:00:00 2001 From: Eldritch Cheese Date: Mon, 28 Nov 2016 07:35:48 -0500 Subject: [PATCH] Updated test name, using single quotes for cleanliness. --- test/test_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_tags.rb b/test/test_tags.rb index 0a277173..bd75cb53 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -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