Skip to main content

Module testing

Module testing 

Source
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§

TestResponse
The status + body captured from a test request.

Functions§

send
Send a request to router in-process and capture the response.