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 Update test versions and dependencies (#1269) 2020-01-01 12:20:50 -08:00
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 Extract a common spec helper 2015-10-07 23:32:51 -06:00
doublespeak_spec_helper.rb Extract a common spec helper 2015-10-07 23:32:51 -06:00
report_warnings.rb
spec_helper.rb Only turn on VERBOSE after requiring shoulda-matchers 2019-03-20 22:44:06 -07:00
unit_spec_helper.rb Remove code for unsupported versions (#1270) 2020-01-01 19:10:35 -08:00
warnings_spy.rb Fail build if there are warnings 2015-02-09 10:48:49 -07:00