class ActionController::TestSession

:nodoc:

def exists?; true; end

def exists?; true; end

def initialize(session = {})

def initialize(session = {})
  replace(session.stringify_keys)
  @loaded = true
end