diff --git a/src/atom-application.coffee b/src/atom-application.coffee index bdb0c4cd2..5551e92c0 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -261,7 +261,7 @@ class AtomApplication runSpecs: (exitWhenDone) -> specWindow = new AtomWindow bootstrapScript: 'spec-bootstrap' - resourcePath: @resourcePath + resourcePath: path.join(@getHomeDir(), 'github', 'atom') exitWhenDone: exitWhenDone isSpec: true