rack-session
rack-session copied to clipboard
Unused test code
There is a slow_response with the session id tests, but it is not being used or asserted on. Is this left over code are was an assertion forgotten? See below code comment.
I'm trying to grok the role of the
slow_responsesince it is not asserted and the tests pass without it.Is there an expectation here that
slow_response.body.must_equal({"user_id" => 1}.to_s)to verify the session persisted past the logout?
Originally posted by @jweir in c58ad79