# File lib/Borges/TestCase/HtmlRendererTest.rb, line 44 def test_anchor_on assert_renders("<a id=\"text\" href=\"#{@url}?1\">Text</a>") do |r| r.anchor_on :text, Object.new end end