From 3b868cc99d4e417ac2090529ba41c4918454913d Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 10 Feb 2014 15:51:51 +0100 Subject: docs, link to HTTP and CGI header definitions. [ci skip] This was a reaction to: https://github.com/rails/rails/pull/9700#issuecomment-34550210 --- actionpack/test/dispatch/rack_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/dispatch/rack_test.rb b/actionpack/test/dispatch/rack_test.rb index 42067854ee..ef1964fd19 100644 --- a/actionpack/test/dispatch/rack_test.rb +++ b/actionpack/test/dispatch/rack_test.rb @@ -119,7 +119,7 @@ class RackRequestTest < BaseRackTest assert_equal "[2001:1234:5678:9abc:def0::dead:beef]", @request.host end - test "cgi environment variables" do + test "CGI environment variables" do assert_equal "Basic", @request.auth_type assert_equal 0, @request.content_length assert_equal nil, @request.content_mime_type -- cgit v1.2.3