Fix spec name

This commit is contained in:
Nathan Sobo 2014-11-27 09:11:21 -07:00
parent f64a813fc6
commit ddc04f2278

View File

@ -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')])