mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Fix spec name
This commit is contained in:
parent
f64a813fc6
commit
ddc04f2278
@ -170,7 +170,7 @@ describe "Project", ->
|
|||||||
absolutePath = fs.absolute(__dirname)
|
absolutePath = fs.absolute(__dirname)
|
||||||
expect(atom.project.resolve(absolutePath)).toBe absolutePath
|
expect(atom.project.resolve(absolutePath)).toBe absolutePath
|
||||||
|
|
||||||
describe ".setPath(path)", ->
|
describe ".setPaths(path)", ->
|
||||||
describe "when path is a file", ->
|
describe "when path is a file", ->
|
||||||
it "sets its path to the files parent directory and updates the root directory", ->
|
it "sets its path to the files parent directory and updates the root directory", ->
|
||||||
atom.project.setPaths([require.resolve('./fixtures/dir/a')])
|
atom.project.setPaths([require.resolve('./fixtures/dir/a')])
|
||||||
|
Loading…
Reference in New Issue
Block a user