Expand description
Integration/system test helpers: drive a Router in-process and inspect the
response (Rails integration/system tests). Pair with doido_model factories
and TestDb for full-stack tests.
Structs§
- Test
Response - The status + body captured from a test request.
Functions§
- send
- Send a request to
routerin-process and capture the response.