# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 324 def test_url_anchor html ="<a href=\"http://www.reddwarf.co.uk\">Red Dwarf</a>" assert_body_renders(html) do |r| r.url_anchor "http://www.reddwarf.co.uk", "Red Dwarf" end end