92 93 94 95 96 97 98 99 100 101
# File 'lib/test_bench/controls/output.rb', line 92 def self.example result=nil path = Path.example result ||= Result.example <<~TEXT Finished running #{path} #{Summary.example result} TEXT end