Flowdock
method

aggregated_results

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: TestUnitReporter
aggregated_results() public

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 42
    def aggregated_results # :nodoc:
      filtered_results.map { |result| format_rerun_snippet(result) }.join "\n"
    end
Register or log in to add new notes.