Fix test name

This commit is contained in:
bootstraponline
2012-11-06 18:26:49 -07:00
parent 7d159273fc
commit b5be5df11a
+3 -3
View File
@@ -225,7 +225,7 @@ context "Markup" do
assert_equal expected, output assert_equal expected, output
end end
test "tilda code blocks #537" do test "tilde code blocks #537" do
page = 'test_rgx' page = 'test_rgx'
@wiki.write_page(page, :markdown, @wiki.write_page(page, :markdown,
%Q(~~~ {.ruby} %Q(~~~ {.ruby}
@@ -238,7 +238,7 @@ context "Markup" do
end end
# Issue #537 # 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' page = 'test_rgx'
@wiki.write_page(page, :markdown, @wiki.write_page(page, :markdown,
%Q(~~~ {#hi .ruby .sauce} %Q(~~~ {#hi .ruby .sauce}
@@ -251,7 +251,7 @@ context "Markup" do
end end
# Issue #537 # Issue #537
test "tilda code blocks with lots of tildes" do test "tilde code blocks with lots of tildes" do
page = 'test_rgx' page = 'test_rgx'
@wiki.write_page(page, :markdown, @wiki.write_page(page, :markdown,
%Q(~~~~~~ {#hi .ruby .sauce} %Q(~~~~~~ {#hi .ruby .sauce}