class Shoulda::Matchers::ActionController::SetFlashMatcher

def [](key)

def [](key)
  @key = key
  underlying_matcher[key]
  self
end