Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only call methods that are on the superclass | Aaron Patterson | 2015-07-14 | 1 | -4/+3 |
| | | | | | | We want to treat the response object as if it's a real response object (not a test object), so we should only call methods that are on the superclass. | ||||
* | Add ActionDispatch::TestResponse tests. | John Firebaugh | 2010-09-25 | 1 | -0/+21 |
Signed-off-by: José Valim <jose.valim@gmail.com> |