Method: ActionController::TemplateAssertions#process
- Defined in:
- lib/action_controller/test_case.rb
#process(*args) ⇒ Object
43 44 45 46 47 48 |
# File 'lib/action_controller/test_case.rb', line 43 def process(*args) @partials = Hash.new(0) @templates = Hash.new(0) @layouts = Hash.new(0) super end |