mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
RootView opens a project for the directory of the url passed to initialize.
Rename fixtures/file-finder-dir to fixtures/dir, because it's not really file-finder specific.
This commit is contained in:
@@ -4,7 +4,7 @@ describe "fs", ->
|
||||
describe ".async", ->
|
||||
describe ".list(directoryPath, recursive)", ->
|
||||
directoryPath = null
|
||||
beforeEach -> directoryPath = require.resolve 'fixtures/file-finder-dir'
|
||||
beforeEach -> directoryPath = require.resolve 'fixtures/dir'
|
||||
|
||||
describe "when recursive is true", ->
|
||||
it "returns a promise that resolves to the recursive contents of that directory", ->
|
||||
|
||||
Reference in New Issue
Block a user