aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/test_response.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-23 23:37:31 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-23 23:37:31 -0500
commit3fb623fa90fae619485c788d5addc776eedc2f12 (patch)
tree916a21592c5d7af7c86b9fe1201be81b619ffea4 /actionpack/lib/action_dispatch/testing/test_response.rb
parent542ddde5d49d9152c544f1f7483852dc8d4fc925 (diff)
downloadrails-3fb623fa90fae619485c788d5addc776eedc2f12.tar.gz
rails-3fb623fa90fae619485c788d5addc776eedc2f12.tar.bz2
rails-3fb623fa90fae619485c788d5addc776eedc2f12.zip
SessionRestoreError belongs in AD
Diffstat (limited to 'actionpack/lib/action_dispatch/testing/test_response.rb')
-rw-r--r--actionpack/lib/action_dispatch/testing/test_response.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/testing/test_response.rb b/actionpack/lib/action_dispatch/testing/test_response.rb
index c35982e075..6d019023ce 100644
--- a/actionpack/lib/action_dispatch/testing/test_response.rb
+++ b/actionpack/lib/action_dispatch/testing/test_response.rb
@@ -1,6 +1,6 @@
module ActionDispatch
- # Integration test methods such as ActionController::Integration::Session#get
- # and ActionController::Integration::Session#post return objects of class
+ # Integration test methods such as ActionDispatch::Integration::Session#get
+ # and ActionDispatch::Integration::Session#post return objects of class
# TestResponse, which represent the HTTP response results of the requested
# controller actions.
#