method
report
v5.1.7 -
Show latest stable
- Class:
Rails::TestUnitReporter
report()public
No documentation available.
# File railties/lib/rails/test_unit/reporter.rb, line 32
def report
return if output_inline? || filtered_results.empty?
io.puts
io.puts "Failed tests:"
io.puts
io.puts aggregated_results
end