class RSpec::Core::Configuration

def paths_to_check(paths)

def paths_to_check(paths)
  return paths if pattern_might_load_specs_from_vendored_dirs?
  paths + [Dir.getwd]
end