class Shoulda::Matchers::ActionController::SetTheFlashMatcher
def regexp_value_matches?
def regexp_value_matches? return true unless Regexp === @value flash.to_hash.values.any? {|value| value =~ @value } end
def regexp_value_matches? return true unless Regexp === @value flash.to_hash.values.any? {|value| value =~ @value } end