aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/server/test_http_connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/plum/server/test_http_connection.rb')
-rw-r--r--test/plum/server/test_http_connection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plum/server/test_http_connection.rb b/test/plum/server/test_http_connection.rb
index 3093d5b..1326deb 100644
--- a/test/plum/server/test_http_connection.rb
+++ b/test/plum/server/test_http_connection.rb
@@ -29,7 +29,7 @@ class HTTPConnectionNegotiationTest < Minitest::Test
io = StringIO.new
con = HTTPServerConnection.new(io.method(:write))
heads = nil
- con.on(:headers) {|_, _h| heads = _h.to_h }
+ con.on(:headers) { |_, _h| heads = _h.to_h }
req = "GET / HTTP/1.1\r\n" <<
"Host: rhe.jp\r\n" <<
"User-Agent: nya\r\n" <<