From 33813d0c42e8a6548fd0ee5dc4ba842ddea425c7 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 3 Jul 2012 14:44:05 -0700 Subject: [PATCH] :lipstick: --- spec/stdlib/fs-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/stdlib/fs-spec.coffee b/spec/stdlib/fs-spec.coffee index 1ee172c8d..c7c17fcf1 100644 --- a/spec/stdlib/fs-spec.coffee +++ b/spec/stdlib/fs-spec.coffee @@ -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", ->