From b5be5df11a19f2c09dd841ad3296f3eab7b20617 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 6 Nov 2012 18:26:49 -0700 Subject: [PATCH] Fix test name --- test/test_markup.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_markup.rb b/test/test_markup.rb index 13b05708..3db5e56a 100644 --- a/test/test_markup.rb +++ b/test/test_markup.rb @@ -225,7 +225,7 @@ context "Markup" do assert_equal expected, output end - test "tilda code blocks #537" do + test "tilde code blocks #537" do page = 'test_rgx' @wiki.write_page(page, :markdown, %Q(~~~ {.ruby} @@ -238,7 +238,7 @@ context "Markup" do end # Issue #537 - test "tilda code blocks with more than one class" do + test "tilde code blocks with more than one class" do page = 'test_rgx' @wiki.write_page(page, :markdown, %Q(~~~ {#hi .ruby .sauce} @@ -251,7 +251,7 @@ context "Markup" do end # Issue #537 - test "tilda code blocks with lots of tildes" do + test "tilde code blocks with lots of tildes" do page = 'test_rgx' @wiki.write_page(page, :markdown, %Q(~~~~~~ {#hi .ruby .sauce}