From 3dbc1cfeb3e9984fa4584b231d3bb78ff1a94f9c Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 18 Jul 2008 20:48:18 +0200 Subject: Write overviews for AbstractController::TestResponse and AbstractController::AbstractResponse. --- actionpack/lib/action_controller/test_process.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/test_process.rb') diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb index caf7253424..5bd997245e 100644 --- a/actionpack/lib/action_controller/test_process.rb +++ b/actionpack/lib/action_controller/test_process.rb @@ -273,7 +273,13 @@ module ActionController #:nodoc: end end - class TestResponse < AbstractResponse #:nodoc: + # Integration test methods such as ActionController::Integration::Session#get + # and ActionController::Integration::Session#post return objects of class + # TestResponse, which represent the HTTP response results of the requested + # controller actions. + # + # See AbstractResponse for more information on controller response objects. + class TestResponse < AbstractResponse include TestResponseBehavior end -- cgit v1.2.3