This commit is contained in:
Corey Johnson
2012-07-03 14:44:05 -07:00
parent 08b0a686ed
commit 33813d0c42

View File

@@ -33,7 +33,6 @@ describe "fs", ->
expect(fs.exists(require.resolve("fixtures") + "/-nope-does-not-exist")).toBe false
expect(fs.exists("")).toBe false
expect(fs.exists(null)).toBe false
#expect(fs.exists(undefined)).toBe false
describe ".join(paths...)", ->
it "concatenates the given paths with the directory seperator", ->