From 9182b1b7ae75f3aeef3668cd7131ca53b16ca868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 20 Nov 2013 00:33:56 +0100 Subject: [PATCH] Fix duplicate test case name --- 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 135bdd10..07547900 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -226,7 +226,7 @@ CONTENT assert_no_match /markdown\-html\-error/, @result end - should "have the url to the \"nested\" post from 2008-11-21" do + should "have the url to the \"complex\" post from 2008-11-21" do assert_match %r{1\s/2008/11/21/complex/}, @result assert_match %r{2\s/2008/11/21/complex/}, @result end