aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/test_response_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* only call methods that are on the superclassAaron Patterson2015-07-141-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 Firebaugh2010-09-251-0/+21
Signed-off-by: José Valim <jose.valim@gmail.com>