8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a784e5 commit b0de37dCopy full SHA for b0de37d
test/spec_request.rb
@@ -120,7 +120,7 @@ class RackRequestTest < Minitest::Spec
120
Rack::MockRequest.env_for("/", "HTTP_HOST" => "123foo.example.com")
121
req.host.must_equal "123foo.example.com"
122
req.hostname.must_equal "123foo.example.com"
123
-
+
124
req = make_request \
125
Rack::MockRequest.env_for("/", "SERVER_NAME" => "example.org", "SERVER_PORT" => "9292")
126
req.host.must_equal "example.org"
0 commit comments