doug-martin / super-request

super-request is a supertest inspired HTTP assertion tester.
http://doug-martin.github.com/super-request/
MIT License
32 stars 12 forks source link

Fixing expect(cookie, key); #6

Closed aheuermann closed 10 years ago

aheuermann commented 10 years ago

It looks like request uses tough-cookie now which has an different API than the previous library used. It is an optional dependency though, so I added it here so we use that API. I don't think the default cookie API exposes any useful methods to get cookie data.

aheuermann commented 10 years ago

Fixed