module Shoulda::ActionController::Macros
def should_not_set_the_flash
def should_not_set_the_flash matcher = set_the_flash should "not #{matcher.description}" do assert_rejects matcher, @controller end end
def should_not_set_the_flash matcher = set_the_flash should "not #{matcher.description}" do assert_rejects matcher, @controller end end