test/spec_fastcgi.rb in rack-1.3.10 vs test/spec_fastcgi.rb in rack-1.4.0
- old
+ new
@@ -3,10 +3,10 @@
require 'rack/handler/fastcgi'
describe Rack::Handler::FastCGI do
extend TestRequest::Helpers
- @host = '0.0.0.0'
+ @host = '127.0.0.1'
@port = 9203
if `which lighttpd` && !$?.success?
raise "lighttpd not found"
end