Don't need that trailing space.

This commit is contained in:
joshaber
2016-03-14 14:12:31 -04:00
parent d1c8fff86c
commit 66971abe25

View File

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