thoughtbot--shoulda-matchers/spec/support/tests
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
..
database_adapters
bundle.rb Ensure that the correct Bundler is used to run acceptance tests 2019-03-20 22:59:52 -07:00
command_runner.rb Fix spec runner: read command output during run 2020-05-12 23:07:16 -06:00
current_bundle.rb Upgrade Appraisal to 2.2.0 2018-01-24 00:30:10 -06:00
database.rb
database_configuration.rb Configure database for multi-db testing 2019-05-23 21:57:21 -06:00
database_configuration_registry.rb
filesystem.rb
version.rb