class Shoulda::Matchers::ActionController::SessionStore

def has_key?(key)

def has_key?(key)
  session.key?(key)
end