class Utils::LineFormatter
def start(example_count)
def start(example_count) super filename = 'errors.lst' output.puts "Storing error list in #{filename.inspect}: " @errors_lst = File.new(filename, 'w') @errors_lst.sync = true end
def start(example_count) super filename = 'errors.lst' output.puts "Storing error list in #{filename.inspect}: " @errors_lst = File.new(filename, 'w') @errors_lst.sync = true end