thoughtbot--shoulda-matchers/spec/support
Bill Ruddock 2a4ef99020 Fix spec runner: read command output during run
IO.pipe buffers 4096 bytes. If the command output fills that up,
Process.waitpid will hang waiting for the spawned process to finish.

Read command output from the pipe in a thread. This thread will self-exit
when the pipe is closed.

Fixes #1287
2020-05-12 23:07:16 -06:00
..
acceptance Remove code for unsupported versions (#1270) 2020-01-01 19:10:35 -08:00
tests Fix spec runner: read command output during run 2020-05-12 23:07:16 -06:00
unit Fix the intermittent test: `missing attribute:: scope 1` 2020-02-17 16:37:48 -07:00