class Shoulda::ActionController::Matchers::SetTheFlashMatcher

def string_value_matches?

def string_value_matches?
  return true unless String === @value
  flash.values.any? {|value| value == @value }
end