From c9a8e29202cabca81be00336c5952434ce4889dc Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 14 Apr 2013 12:19:10 +0900 Subject: [PATCH] Fix a typo. --- test/test_http_cookie_jar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_http_cookie_jar.rb b/test/test_http_cookie_jar.rb index e986dae..7851f17 100644 --- a/test/test_http_cookie_jar.rb +++ b/test/test_http_cookie_jar.rb @@ -13,7 +13,7 @@ module TestHTTPCookieJar @store_type = new_options[:store] @gc_threshold = new_options[:gc_threshold] @jar = HTTP::CookieJar.new(new_options) - @jar2 = HTTP::CookieJar.new(new_options) + @jar2 = HTTP::CookieJar.new(new_options2) end def hash_store?