Skip to content

Commit 32939cf

Browse files
committed
Don't assign to an unused variable in test_cookie
This saves us a warnings
1 parent 2a19520 commit 32939cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_cookie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def s.service(request, response)
6868
end
6969

7070
def setup_http_server_option
71-
option = {:Port => 0}
71+
{:Port => 0}
7272
end
7373

7474
def test_cookie

0 commit comments

Comments
 (0)