mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Fix spec name
This commit is contained in:
@@ -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')])
|
||||
|
||||
Reference in New Issue
Block a user