mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
2a4ef99020
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 |
||
---|---|---|
.. | ||
acceptance | ||
support | ||
unit/shoulda/matchers | ||
warnings_spy | ||
acceptance_spec_helper.rb | ||
doublespeak_spec_helper.rb | ||
report_warnings.rb | ||
spec_helper.rb | ||
unit_spec_helper.rb | ||
warnings_spy.rb |