module ThoughtBot::Shoulda::Controller::Macros
def should_render_a_form
def should_render_a_form should "display a form" do assert_select "form", true, "The template doesn't contain a <form> element" end end
def should_render_a_form should "display a form" do assert_select "form", true, "The template doesn't contain a <form> element" end end