module ThoughtBot::Shoulda::Controller::Macros

def should_render_without_layout

Same as @should_render_with_layout false@
Macro that creates a test asserting that the controller rendered without a layout.
def should_render_without_layout
  should_render_with_layout nil
end