From f8b053734e77519f8f9df724c7df27c938166b8f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 15 Jun 2012 11:36:21 -0700 Subject: TestCase does not need to be loaded when loading the framework (cherry picked from commit 8b35a239fb2dd9bfeed7f99f10e826a82dfb59da) --- actionpack/lib/action_view.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actionpack/lib/action_view.rb') diff --git a/actionpack/lib/action_view.rb b/actionpack/lib/action_view.rb index c24109a547..56da30997f 100644 --- a/actionpack/lib/action_view.rb +++ b/actionpack/lib/action_view.rb @@ -38,7 +38,6 @@ module ActionView autoload :LookupContext autoload :PathSet autoload :Template - autoload :TestCase autoload_under "renderer" do autoload :Renderer @@ -75,6 +74,8 @@ module ActionView end end + autoload :TestCase + ENCODING_FLAG = '#.*coding[:=]\s*(\S+)[ \t]*' end -- cgit v1.2.3