Skip to content

Commit 0827f75

Browse files
authored
Merge pull request #3 from herwinw/warning_test_cookie
Don't assign to an unused variable in test_cookie
2 parents 47a4fef + 32939cf commit 0827f75

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)