diff --git a/spec/project-spec.coffee b/spec/project-spec.coffee index 556b32a03..b05543ad1 100644 --- a/spec/project-spec.coffee +++ b/spec/project-spec.coffee @@ -170,7 +170,7 @@ describe "Project", -> absolutePath = fs.absolute(__dirname) expect(atom.project.resolve(absolutePath)).toBe absolutePath - describe ".setPath(path)", -> + describe ".setPaths(path)", -> describe "when path is a file", -> it "sets its path to the files parent directory and updates the root directory", -> atom.project.setPaths([require.resolve('./fixtures/dir/a')])