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:
Nathan Sobo
2012-01-03 16:01:37 -07:00
parent f8b04cd902
commit 07b40cdbeb
8 changed files with 42 additions and 8 deletions

View File

@@ -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", ->