module ThoughtBot::Shoulda::Controller::Macros

def should_not_set_the_flash

@should_set_the_flash_to nil@
Macro that creates a test asserting that the flash is empty. Same as
def should_not_set_the_flash
  should_set_the_flash_to nil
end