# File lib/Borges/TestCase/HtmlRendererTest.rb, line 235 def test_option assert_renders("<option value=\"1\">text</option>") do |r| r.option("text") do end end end