93 94 95 96 97 98 99
# File 'lib/test_bench/run/controls/summary/file/info.rb', line 93 def self.call(summary) file_info = File::Info.example other_file_info = File::Info.other_example summary.add_file(file_info) summary.add_file(other_file_info) end