summary refs log tree commit
path: root/test/spec_rack_fastcgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_rack_fastcgi.rb')
-rw-r--r--test/spec_rack_fastcgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_rack_fastcgi.rb b/test/spec_rack_fastcgi.rb
index 69478de5..98963c0e 100644
--- a/test/spec_rack_fastcgi.rb
+++ b/test/spec_rack_fastcgi.rb
@@ -47,7 +47,7 @@ context "Rack::Handler::FastCGI" do
     response["REQUEST_METHOD"].should.equal "GET"
     response["SCRIPT_NAME"].should.equal "/test.fcgi"
     response["REQUEST_PATH"].should.equal "/"
-    response["PATH_INFO"].should.be.nil
+    response["PATH_INFO"].should.equal ""
     response["QUERY_STRING"].should.equal ""
     response["test.postdata"].should.equal ""