codesamplex

Beispiel

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

Fall

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

Häufige Annahme

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.

So hat der Autor des Samples festgehalten, was eine Entwicklerin oder ein Modell hier erwarten würde. Der Vertrag darunter ist das, was tatsächlich lief.

Contract

Dateien

Verifiziertes Artefakt herunterladen (tar.gz) — genau die Bytes, gegen die der Contract lief

Ursprungs-Seeder

csx-seed

Verifizierungsbelege