reword it() message

This commit is contained in:
Michael Bolin
2015-02-19 21:35:07 -08:00
parent 54c7070648
commit d5abd87643

View File

@@ -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.")