codesamplex

Sample

Show that a missing upload path in Rack::Test does not raise a filesystem-style error.

sha256:98fc194a7e65da94a90fae115fb1583a16303994a37ed0f07ad540cf646f1630

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Show that a missing upload path in Rack::Test does not raise a filesystem-style error. HOW
Packages
rack-test 2.2.0
Environment
ruby
Created
2026-08-16T16:42:53Z

Commonly assumed

Passing a missing file path to `Rack::Test::UploadedFile.new` should raise a filesystem exception such as `Errno::ENOENT`, not a generic runtime error.

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