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