aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/test_session_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-5/+11
| | | | Bring back the same API we have with Request::Session.
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
|
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-12/+0
|
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-2/+2
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Inherit TestSession from Session::AbstractStore and add indifferent access ↵Joshua Peek2009-04-261-16/+8
| | | | to Session::AbstractStore.
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+58