mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Always use ~/github/atom as the resource path when running specs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user