rendered_with_file?()
Was this template rendered by a file?
# File actionpack/lib/action_controller/test_process.rb, line 221 def rendered_with_file? !rendered_file.nil? end