class Minitest::Reporters::SpecReporter
def record(test)
def record(test) super print pad_test(test.name) print_colored_status(test) print(" (%.2fs)" % test.time) puts if !test.skipped? && test.failure print_info(test.failure) puts end end
def record(test) super print pad_test(test.name) print_colored_status(test) print(" (%.2fs)" % test.time) puts if !test.skipped? && test.failure print_info(test.failure) puts end end