From d5abd8764352f1ad62c40003f05638d6bc06e5c8 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Thu, 19 Feb 2015 21:35:07 -0800 Subject: [PATCH] reword it() message --- spec/project-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/project-spec.coffee b/spec/project-spec.coffee index 29329dfee..466431faf 100644 --- a/spec/project-spec.coffee +++ b/spec/project-spec.coffee @@ -65,7 +65,7 @@ describe "Project", -> expect(otherDummyDirectory.getPath()).toBe otherRemotePath expect(otherDummyDirectory instanceof DummyDirectory).toBe true - it "a custom DirectoryProvider that returns null defaults to the DefaultDirectoryProvider", -> + it "uses the default directory provider if no custom provider can handle the URI", -> directoryProvider = directoryForURISync: (uri) -> null directoryForURI: (uri) -> throw new Error("This should not be called.")