# File lib/rspec/core/formatters/html_printer.rb, line 28
        def print_example_passed( description, run_time )
          formatted_run_time = sprintf("%.5f", run_time)
          @output.puts "    <dd class=\"example passed\"><span class=\"passed_spec_name\">#{h(description)}</span><span class='duration'>#{formatted_run_time}s</span></dd>"
        end