aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/whatdotheyknow
Commit message (Collapse)AuthorAgeLines
* Session keys are stored as strings in Rails 3.Louise Crow2013-11-18-28/+28
| | | | Update our session-stripping code.
* allow specs to run independentlyJames McKinney2011-10-16-1/+1
|
* Don't treat CSRF tokens as optional session data for administrators (they're ↵Seb Bacon2011-07-27-0/+8
| | | | | | needed to allow them to edit anything! Fixes #95 (Also change wording of test namess to match usual rspec convention)
* include "locale" in list of session data keys that are used to decide if a ↵Seb Bacon2011-07-27-0/+8
| | | | rails session cookie is redundant for the purposes of this request. Fixes #91
* Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵Matthew Somerville2011-07-26-0/+55
nothing in the session.