method
report_header
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Formatter::HtmlFormatter
report_header()public
No documentation available.
# File lib/spec/runner/formatter/html_formatter.rb, line 169
def report_header
"<div class=\"rspec-report\">\n\n<div id=\"rspec-header\">\n<div id=\"label\">\n<h1>RSpec Code Examples</h1>\n</div>\n\n<div id=\"summary\">\n<p id=\"totals\"> </p>\n<p id=\"duration\"> </p>\n</div>\n</div>\n\n<div class=\"results\">\n"
end