This commit is contained in:
joshaber 2016-03-14 14:57:58 -04:00
parent 3601c1c2a8
commit 0c67fd61ff

View File

@ -133,7 +133,7 @@ describe "BufferedProcess", ->
lineEndsWithStew = lines.substr(lines.length - endLength, endLength) is end
expect(lineEndsWithStew).toBeTrue
outputAlwaysEndsWithStew = outputAlwaysEndsWithStew && lineEndsWithStew
outputAlwaysEndsWithStew = outputAlwaysEndsWithStew and lineEndsWithStew
exit: exitCallback
waitsFor -> exitCallback.callCount is 1