Skip to content

Commit 9a92a99

Browse files
committed
fix typo in spec name
1 parent 4de4bac commit 9a92a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rack/reverse_proxy_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def app
322322
end
323323
end
324324

325-
describe "with preserve response host turned on" do
325+
describe "with replace response host turned on" do
326326
def app
327327
Rack::ReverseProxy.new(dummy_app) do
328328
reverse_proxy "/test", "http://example.com/", :replace_response_host => true

0 commit comments

Comments
 (0)