class Guard::RSpec::Inspectors::KeepingInspector
def _with_failed_locations(paths)
Return paths + failed locations.
def _with_failed_locations(paths) failed_paths = failed_locations.map { |l| _location_path(l) } (paths | failed_paths).uniq end
def _with_failed_locations(paths) failed_paths = failed_locations.map { |l| _location_path(l) } (paths | failed_paths).uniq end