mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don't need that trailing space.
This commit is contained in:
@@ -97,7 +97,7 @@ describe "BufferedProcess", ->
|
||||
expect(ChildProcess.spawn.argsForCall[0][1][1]).toBe '/c'
|
||||
expect(ChildProcess.spawn.argsForCall[0][1][2]).toBe '"dir"'
|
||||
|
||||
it "calls the specified stdout, stderr, and exit callbacks ", ->
|
||||
it "calls the specified stdout, stderr, and exit callbacks", ->
|
||||
stdout = ''
|
||||
stderr = ''
|
||||
exitCallback = jasmine.createSpy('exit callback')
|
||||
|
||||
Reference in New Issue
Block a user