test/cookie.rb in cuba-3.1.0 vs test/cookie.rb in cuba-3.1.1

- old
+ new

@@ -27,8 +27,8 @@ env = { "SCRIPT_NAME" => "/", "PATH_INFO" => "/" } _, headers, body = Cuba.call(env) - assert_equal "foo=; expires=Thu, 01-Jan-1970 00:00:00 GMT", + assert_equal "foo=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000", headers["Set-Cookie"] end