# File webrick/fcgi/tests.rb, line 27 def env return {'PATH_INFO' => path.to_s, 'REQUEST_METHOD' => 'GET', 'HTTP_CONNECTION' => 'close', 'HTTP_USER_AGENT' => 'Test' } end