Undo accidental change to method signature

This commit is contained in:
Matt Colyer
2013-08-26 17:16:51 -07:00
parent 7c55348fde
commit 0f014463c1

View File

@@ -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