aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/abstract_store_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* implement abstract store methodsAaron Patterson2015-09-041-2/+2
| | | | converts old ID methods to the new abstract store methods in Rack
* use a request object in the session middlewareAaron Patterson2015-08-221-3/+3
| | | | | This commit allows us to use one request object rather than allocating multiple request objects to deal with the session.
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
|
* testing session store behaviorAaron Patterson2012-05-021-0/+56