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