aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/test_case.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-12 18:09:44 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-12 18:09:44 -0600
commitee395fe626760e897abd9e881b54d3cc3f407d31 (patch)
tree9d79bb4defa4c8a13009deb856e00c5125e63710 /actionpack/lib/action_view/test_case.rb
parent96deabace71d5cb3ee12c7b99e459db5e2acb1a6 (diff)
downloadrails-ee395fe626760e897abd9e881b54d3cc3f407d31.tar.gz
rails-ee395fe626760e897abd9e881b54d3cc3f407d31.tar.bz2
rails-ee395fe626760e897abd9e881b54d3cc3f407d31.zip
TestProcess belongs in AD
Diffstat (limited to 'actionpack/lib/action_view/test_case.rb')
-rw-r--r--actionpack/lib/action_view/test_case.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/test_case.rb b/actionpack/lib/action_view/test_case.rb
index ab5bc49cf9..be9a2ed50d 100644
--- a/actionpack/lib/action_view/test_case.rb
+++ b/actionpack/lib/action_view/test_case.rb
@@ -39,8 +39,7 @@ module ActionView
end
end
- include ActionDispatch::Assertions
- include ActionController::TestProcess
+ include ActionDispatch::Assertions, ActionDispatch::TestProcess
include ActionView::Context
include ActionController::PolymorphicRoutes