mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove @path var from project
This commit is contained in:
@@ -43,7 +43,7 @@ describe 'FileFinder', ->
|
||||
|
||||
describe "when root view's project has no path", ->
|
||||
beforeEach ->
|
||||
rootView.project.path = undefined
|
||||
rootView.project.setPath(null)
|
||||
|
||||
it "does not open the FileFinder", ->
|
||||
expect(rootView.find('.file-finder')).not.toExist()
|
||||
|
||||
@@ -43,7 +43,7 @@ describe "TreeView", ->
|
||||
expect(rootEntries.find('> .file:contains(sample.js)')).toExist()
|
||||
expect(rootEntries.find('> .file:contains(sample.txt)')).toExist()
|
||||
|
||||
describe "when the project has not path", ->
|
||||
describe "when the project has no path", ->
|
||||
beforeEach ->
|
||||
treeView.deactivate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user