aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-01-22 11:13:37 -0500
committerGitHub <noreply@github.com>2019-01-22 11:13:37 -0500
commite26f0658da7ff7e9382d6040fe76c087ff1791e4 (patch)
tree1d5611d2de59b53659afcf649d546ee86ec84459 /actionpack/test
parent3f0c7c5580e67120b2a42552c3624b4e552aa721 (diff)
parent97909ddcf22671aee0f1ba26c471cc069e737e29 (diff)
downloadrails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.tar.gz
rails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.tar.bz2
rails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.zip
Merge pull request #34997 from alkesh26/typo-fix-webserver
Replaced webserver with web server
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/dispatch/live_response_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/live_response_test.rb b/actionpack/test/dispatch/live_response_test.rb
index a9a56f205f..b673fd3805 100644
--- a/actionpack/test/dispatch/live_response_test.rb
+++ b/actionpack/test/dispatch/live_response_test.rb
@@ -62,7 +62,7 @@ module ActionController
assert_nil @response.headers["Content-Length"]
end
- def test_headers_cannot_be_written_after_webserver_reads
+ def test_headers_cannot_be_written_after_web_server_reads
@response.stream.write "omg"
latch = Concurrent::CountDownLatch.new