Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a less strict test for deleting cookies #41

Closed
wants to merge 1 commit into from

Conversation

jeremyevans
Copy link

My environment uses the following in this test:

"foo=; expires=Thu, 01-Jan-1970 00:00:00 GMT"

I'm guessing the test should still be considered passing in this
case, but if there is a reason to consider this a failure, it
should probably be fixed in the code.

My environment uses the following in this test:

"foo=; expires=Thu, 01-Jan-1970 00:00:00 GMT"

I'm guessing the test should still be considered passing in this
case, but if there is a reason to consider this a failure, it
should probably be fixed in the code.
@soveran
Copy link
Owner

soveran commented Jul 21, 2014

We discussed this briefly over IRC, and @jeremyevans was running the tests with Rack 1.4.5. As the idea is to test a basic mechanism in Rack, I think we can keep the test tied to the Rack version specified in .gems, which is currently 1.5.2.

@frodsan
Copy link
Contributor

frodsan commented Jul 22, 2014

I think this is a dup of #44. Now that the contributing section specifies that you should install the dependencies from .gems, I would close this.

@soveran
Copy link
Owner

soveran commented Jul 22, 2014

Closing this for now. If we continue discussing and change our minds, we can reopen it.

@soveran soveran closed this Jul 22, 2014
@jeremyevans jeremyevans deleted the cookie_test branch July 30, 2014 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants