There's no documentation for this item.
| Public Methods | |
|---|---|
| copy_ |
Copy the instance variables from the current session instance into the test instance. |
| method_ |
Delegate unhandled messages to the current session instance. |
| open_ |
Open a new session instance. If a block is given, the new session is yielded to the block before being returned. |
| reset! | Reset the current session. This is useful for testing multiple sessions in a single test case. |
<code/>and<pre/>for code samples.