From 0f014463c1237ddbae507920b924e94fbd8b9db0 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 26 Aug 2013 17:16:51 -0700 Subject: [PATCH] Undo accidental change to method signature --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index d0c58cfbe..9e220a15c 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -263,7 +263,7 @@ class AtomApplication # The path to include specs from. # + specPath: # The directory to load specs from. - runSpecs: ({exitWhenDone, resourcePath}) -> + runSpecs: ({exitWhenDone, resourcePath, specPath}) -> if resourcePath isnt @resourcePath and not fs.existsSync(resourcePath) resourcePath = @resourcePath