aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/test_case.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-01-07 13:23:10 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-01-07 14:49:05 -0800
commit35fa00731329120fa1d0c2a9d66af6813203195a (patch)
tree32457ad68703af36d8fa2ee74bb12232428ebbf2 /actionpack/lib/action_view/test_case.rb
parent0f9e65b71f9af30dac17689e81f4353e9fcac5b6 (diff)
downloadrails-35fa00731329120fa1d0c2a9d66af6813203195a.tar.gz
rails-35fa00731329120fa1d0c2a9d66af6813203195a.tar.bz2
rails-35fa00731329120fa1d0c2a9d66af6813203195a.zip
Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either.
Diffstat (limited to 'actionpack/lib/action_view/test_case.rb')
-rw-r--r--actionpack/lib/action_view/test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/test_case.rb b/actionpack/lib/action_view/test_case.rb
index 65839256aa..ec337bb05b 100644
--- a/actionpack/lib/action_view/test_case.rb
+++ b/actionpack/lib/action_view/test_case.rb
@@ -23,6 +23,7 @@ module ActionView
class TestCase < ActiveSupport::TestCase
include ActionController::TestCase::Assertions
+ include ActionController::TestProcess
class_inheritable_accessor :helper_class
@@helper_class = nil