Always use ~/github/atom as the resource path when running specs

This commit is contained in:
probablycorey
2013-06-14 09:27:47 -07:00
parent e8c0f46afb
commit da58bd5609

View File

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