# File lib/action_controller/test_case.rb, line 50 def process(*args) @partials = Hash.new(0) @templates = Hash.new(0) @layouts = Hash.new(0) super end