Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix problem with integration session reuse. | Louise Crow | 2013-09-16 | -0/+7 |
| | | | | | The third (and any subsequent) session created shares a session id with the second without this explicit reset. | |||
* | Allow an actual user to be passed to the login method. | Louise Crow | 2013-09-16 | -1/+5 |
| | ||||
* | Move incoming message admin to its own controller. | Louise Crow | 2013-09-16 | -0/+6 |
| | | | | | Make specs that depend on multiple controllers and models interacting integration specs. | |||
* | Refactor some common setup steps in integration tests into a DSL. | Louise Crow | 2013-09-16 | -0/+51 |
Add a failing test for what should happen on request hiding. |