# File lib/shoulda/action_view/macros.rb, line 27
27:       def should_render_a_form
28:         warn "[DEPRECATION] should_render_a_form is deprecated."
29:         should "display a form" do
30:           assert_select "form", true, "The template doesn't contain a <form> element"
31:         end
32:       end