class Shoulda::ActionController::Matchers::SetTheFlashMatcher

def sets_the_flash?

def sets_the_flash?
  !flash.blank?
end