Description
Adds RSpec helpers for buffering output and detecting file descriptor leaks. It is useful for tests around I/O-heavy code, CLIs, servers, and libraries that open files or sockets.
Descriptor leaks can be intermittent and platform-specific. Run checks under realistic workloads and keep failure logs private when they include paths or process details.