pub fn resolve_spec_path(base_dir: &Path, path: impl AsRef<Path>) -> PathBuf
Resolve a spec path against a base directory.
Absolute paths are returned unchanged; relative paths are joined to base_dir.
base_dir