rack-session icon indicating copy to clipboard operation
rack-session copied to clipboard

Unused test code

Open jweir opened this issue 9 months ago • 0 comments

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_response since 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

jweir avatar May 19 '25 16:05 jweir