class Shoulda::Matchers::ActionController::SetFlashMatcher

def to(expected_value = nil, &block)

def to(expected_value = nil, &block)
  @expected_value = expected_value
  underlying_matcher.to(expected_value, &block)
  self
end