aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/mem_cache_store_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reset session in integration tests after changing routes to reload the ↵Joshua Peek2009-08-271-8/+8
| | | | middleware stack
* Revert "Only save the session if we're actually writing to it [#2703 ↵Joshua Peek2009-05-301-8/+0
| | | | | | state:resolved]" This reverts commit dd98280e38d640f5724887cf8a715b79f0439d2d.
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-0/+8
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+127