Description
Adds fixtures for capturing Console output in Ruby tests. It is useful when tools need to assert log messages, terminal output, or diagnostic text without writing fragile manual capture code.
Captured output can include secrets or private paths. Keep test logs protected and avoid asserting against sensitive real data.