class ParallelTests::Cucumber::FailuresLogger

def after_feature(feature)

def after_feature(feature)
  unless @lines.empty?
    lock_output do
      @lines.each do |line|
        @io.puts "#{feature.file}:#{line}"
      end
    end
  end
end