Test Render mixin
Source: show | on GitHub
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 35 def _prefixes [] end
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 39 def render(options = {}) if options.is_a?(String) options = {:_template_name => options} end super end