Remove comment

This commit is contained in:
bootstraponline
2012-10-13 13:58:56 -06:00
parent dbdf06930d
commit 174334ea44
-1
View File
@@ -58,7 +58,6 @@ context "Markup" do
test "absolute link to non-existent page" do
@wiki.write_page("linktest", :markdown, "[[/Page]]", commit_details)
# "<p>a <a class=\"internal absent\" href=\"/Foo\">Foo</a><a class=\"internal absent\" href=\"/Bar\">Bar</a> b</p>"
page = @wiki.page("linktest")
doc = Nokogiri::HTML page.formatted_data
paras = doc / :p