class Shoulda::Matchers::ActionController::SetSessionMatcher

def initialize

def initialize
  store = SessionStore.new
  @underlying_matcher = SetSessionOrFlashMatcher.new(store)
end