There's no documentation for this item.
| Modules | |
|---|---|
| ControllerCapture | A module used to extend ActionController::Base, so that integration tests can capture the controller used to satisfy a request. |
| Runner | |
| Classes | |
|---|---|
| Session | An integration Session instance represents a set of requests and responses performed sequentially by some virtual user. Becase you can instantiate multiple sessions and run them side-by-side, you can also mimic (to some limited extent) multiple simultaneous users interacting with your system. |
<code/>and<pre/>for code samples.