codesamplex

Sample

Isolate multi-user test sessions with with_session, roll back temporary state with restore_state, and separate POST query parameters from body payloads

sha256:9e7a2df8a14d57c31927072a61654e5c2d431dcb37a1990c79781436818f112e

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Isolate multi-user test sessions with with_session, roll back temporary state with restore_state, and separate POST query parameters from body payloads HOW
Packages
rack-test 2.2.0 rack 3.2.7
Environment
ruby
Created
2026-08-16T16:42:48Z

Commonly assumed

Rack::Test::Methods operates exclusively on a single shared session state, so testing multi-user interactions requires manually creating unmanaged Session instances to avoid leaking cookies and headers.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts