1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/spec
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
support Fix spec runner: read command output during run 2020-05-12 23:07:16 -06:00
unit/shoulda/matchers Truncate long values in descriptions. Fixes #1041 2020-05-06 09:29:20 -06:00
warnings_spy
acceptance_spec_helper.rb
doublespeak_spec_helper.rb
report_warnings.rb
spec_helper.rb
unit_spec_helper.rb
warnings_spy.rb