Fix a typo.

This commit is contained in:
Akinori MUSHA 2013-04-14 12:19:10 +09:00
parent a1a130f156
commit c9a8e29202

View file

@ -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?