class ActionController::TestSession

def fetch(key, *args, &block)

def fetch(key, *args, &block)
  @data.fetch(key.to_s, *args, &block)
end