class Bundler::ParallelInstaller

def failed_specs

def failed_specs
  @specs.select(&:failed?)
end