# File lib/spec/rails/example/controller_example_group.rb, line 173
          def __template_exists?(args)
            self.view_paths.respond_to?(:find_template) ?
              self.view_paths.find_template(args[0][:file], template_format) :
              false
          end