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/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 Add support for Postgres 2015-02-12 16:01:00 -07:00
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 Add support for Postgres 2015-02-12 16:01:00 -07:00
database_configuration.rb Configure database for multi-db testing 2019-05-23 21:57:21 -06:00
database_configuration_registry.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
filesystem.rb Fix broken acceptance tests 2017-11-08 23:04:58 -06:00
version.rb Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00