Flowdock
report_header() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# 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\">&nbsp;</p>\n<p id=\"duration\">&nbsp;</p>\n</div>\n</div>\n\n<div class=\"results\">\n"
        end
Register or log in to add new notes.