aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/test_process.rb')
-rw-r--r--actionpack/lib/action_controller/test_process.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb
index 096ccf76d2..b35439249d 100644
--- a/actionpack/lib/action_controller/test_process.rb
+++ b/actionpack/lib/action_controller/test_process.rb
@@ -18,8 +18,7 @@ module ActionController #:nodoc:
end
end
- alias_method :process_without_test, :process
- alias_method :process, :process_with_test
+ alias_method_chain :process, :test
end
class TestRequest < AbstractRequest #:nodoc: