module ThoughtBot::Shoulda::Controller::Macros
def should_render_without_layout
Macro that creates a test asserting that the controller rendered without a layout.
def should_render_without_layout should_render_with_layout nil end
def should_render_without_layout should_render_with_layout nil end