From 10da140157ea958cfd1afc92228c632921c64c3c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 14 Jun 2012 10:56:59 -0700 Subject: Revert "AV::TestCase does not need to be loaded when eagerly loading the" This reverts commit f5e7cb84cd377feb1b60c5356ce02123e9c94380. --- actionpack/lib/action_view.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib/action_view.rb') diff --git a/actionpack/lib/action_view.rb b/actionpack/lib/action_view.rb index 899b40c66a..3823f87027 100644 --- a/actionpack/lib/action_view.rb +++ b/actionpack/lib/action_view.rb @@ -36,6 +36,7 @@ module ActionView autoload :LookupContext autoload :PathSet autoload :Template + autoload :TestCase autoload_under "renderer" do autoload :Renderer @@ -72,8 +73,6 @@ module ActionView end end - autoload :TestCase - ENCODING_FLAG = '#.*coding[:=]\s*(\S+)[ \t]*' end -- cgit v1.2.3