class Shoulda::ActionController::Matchers::SetTheFlashMatcher
def matches?(controller)
def matches?(controller) @controller = controller sets_the_flash? && string_value_matches? && regexp_value_matches? end
def matches?(controller) @controller = controller sets_the_flash? && string_value_matches? && regexp_value_matches? end