# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 176 def test_input_type html = "<input type=\"type\">" assert_body_renders(html) do |r| r.input "type" end end