Alan Bullock
2006-Jul-11 21:10 UTC
[Rails] view/manipulate session data in integration tests?
how can I view or change the contents of the session in an integration test? I know in functional tests you pass a hash containing the session data to get/post but how is it done in integrations tests? can someone point me in the right direction?
Apparently Analagous Threads
- Functional tests use ''test.host'' whereas integration tests use ''www.example.com''
- Help with xhr request in integration tests
- functional tests run fine on their own but fail with rake
- ''remember me'' using cookies
- possible file upload bug in integration test