# File lib/relevance/tarantula/html_reporter.rb, line 86
      def results_html(test_name)
        template = ERB.new(template("test_report.html.erb"))
        template.result(binding)
      end