mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Specify cwd instead of cd'ing
This commit is contained in:
@@ -326,7 +326,7 @@ describe "the `atom` global", ->
|
||||
describe "API documentation", ->
|
||||
it "meets a minimum threshold for /app (with no errors)", ->
|
||||
docRunner = jasmine.createSpy("docRunner")
|
||||
Exec "cd #{project.resolve('../..')} && rake docs:app:stats", docRunner
|
||||
Exec "rake docs:app:stats", cwd: project.resolve('../..'), docRunner
|
||||
waitsFor ->
|
||||
docRunner.callCount > 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user