# proef built-in macro pack (embedded at build time — TECH-SPEC §4.1).
# Generic assert vocabulary usable by every suite.
templates:
expectStatus:
params:
match: "the response status is {status}"
description: Assert the HTTP status of the previous request.
tags:
expect:
- status: "${status}"