class Shoulda::Matchers::ActionController::SetSessionOrFlashMatcher

def matches?(controller)

def matches?(controller)
  @controller = store.controller = controller
  !store.empty? && key_matches? && expected_value_matches?
end