Flowdock
method

format_line

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: TestUnitReporter
format_line(result) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/test_unit/reporter.rb, line 67
      def format_line(result)
        klass = result.respond_to?(:klass) ? result.klass : result.class
        "%s#%s = %.2f s = %s" % [klass, result.name, result.time, result.result_code]
      end
Register or log in to add new notes.