require File.join(File.dirname(__FILE__), *%w[helper]) context "Markup" do test "page link" do data = "a [[Bilbo Baggins]] b" output = Gollum::Markup.new("x.md", data).render assert_equal %{

a Bilbo Baggins b

\n}, output end end