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