aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorAndy Lindeman <alindeman@gmail.com>2012-09-25 18:04:09 -0400
committerAndy Lindeman <alindeman@gmail.com>2012-09-26 23:21:26 -0400
commit299e05706efe323b9adedefe1178283a4585a91b (patch)
treebc0b97d4defe69480b71ee7ed02de26e70cc7059 /actionpack/lib
parentabfcdc65d96268b889a81b5fe55e4ce3b8cd5b7f (diff)
downloadrails-299e05706efe323b9adedefe1178283a4585a91b.tar.gz
rails-299e05706efe323b9adedefe1178283a4585a91b.tar.bz2
rails-299e05706efe323b9adedefe1178283a4585a91b.zip
Also includes ConstantLookup dependency for controller and mailer tests
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb
index a28033fb32..0caeef3192 100644
--- a/actionpack/lib/action_controller/test_case.rb
+++ b/actionpack/lib/action_controller/test_case.rb
@@ -356,6 +356,7 @@ module ActionController
module Behavior
extend ActiveSupport::Concern
include ActionDispatch::TestProcess
+ include ActiveSupport::Testing::ConstantLookup
attr_reader :response, :request