class ParallelSpecs::SpecFailuresLogger

def initialize(options, output=nil)

def initialize(options, output=nil)
  super
  @failed_examples = []
end