This commit is contained in:
Corey Johnson
2012-10-12 14:30:53 -07:00
parent 734fa5f03e
commit 5b92de76fc

View File

@@ -54,7 +54,7 @@ describe "fs", ->
it "returns an empty string for paths without an extension", ->
expect(fs.extension("a/b.not-extension/a-dir")).toBe ''
describe "makeTree(path)", ->
describe ".makeTree(path)", ->
beforeEach ->
fs.remove("/tmp/a") if fs.exists("/tmp/a")