Fix duplicate test case name

This commit is contained in:
Greg Karékinian 2013-11-20 00:33:56 +01:00
parent 7cda916faa
commit 9182b1b7ae
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ CONTENT
assert_no_match /markdown\-html\-error/, @result assert_no_match /markdown\-html\-error/, @result
end 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{1\s/2008/11/21/complex/}, @result
assert_match %r{2\s/2008/11/21/complex/}, @result assert_match %r{2\s/2008/11/21/complex/}, @result
end end