http-cookie/test
Akinori MUSHA dc65a98907 HTTP::Cookie.parse: Change the signature again.
I made the uri parameter optional when I introduced the origin
attribute, but on second thought it should always be given.

I'm making the origin parameter fixed and mandatory again, but this
time it comes next to set_cookie.  This order should look more natural
because the one that comes first is to be parsed.

Since Mechanize::Cookie.parse required the uri parameter to be a URI
object, backward compatibility is still possible.
2013-03-29 01:39:30 +09:00
..
helper.rb Replace compatibility errors with documentation. 2013-03-23 00:27:38 +09:00
simplecov_start.rb Enable code coverage. 2012-11-06 01:12:29 +09:00
test_http_cookie.rb HTTP::Cookie.parse: Change the signature again. 2013-03-29 01:39:30 +09:00
test_http_cookie_jar.rb Better indentation while test is passing. 2013-03-28 19:24:05 +09:00