Use tree-view fixtures dir in tree-view specs

This commit is contained in:
Kevin Sawicki
2012-10-01 19:18:13 -07:00
parent 73653b5fa8
commit 2b3991d74e
8 changed files with 47 additions and 33 deletions

View File

@@ -83,7 +83,7 @@ describe "fs", ->
expect(paths.length).toBeGreaterThan 0
for path in paths
expect(path).not.toMatch /dir/
expect(path).not.toMatch /\/dir$/
describe ".lastModified(path)", ->
it "returns a Date object representing the time the file was last modified", ->