method
report_header
1.1.4 -
Show latest stable
- Class:
Spec::Runner::Formatter::HtmlFormatter
report_header()public
No documentation available.
# File lib/spec/runner/formatter/html_formatter.rb, line 163
def report_header
"<div class=\"rspec-report\">\n<script type=\"text/javascript\">\n// <![CDATA[\n\#{global_scripts}\n// ]]>\n</script>\n<style type=\"text/css\">\n\#{global_styles}\n</style>\n\n<div id=\"rspec-header\">\n<h1>RSpec Results</h1>\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