From 299e05706efe323b9adedefe1178283a4585a91b Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Tue, 25 Sep 2012 18:04:09 -0400 Subject: Also includes ConstantLookup dependency for controller and mailer tests --- actionpack/lib/action_controller/test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib') 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 -- cgit v1.2.3