# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 155 def test_image html = "<img src=\"/path/to/image.jpg\" alt=\"\">" assert_body_renders(html) do |r| r.image "/path/to/image.jpg" end end