You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix RSpec/ExpectOutput violations by removing global stream reassignment
Remove the around hook that was mutating $stdout/$stderr, which triggered
RuboCop's RSpec/ExpectOutput warnings. Tests that need to capture output
already use RSpec's .to output(...).to_stderr matcher correctly.
Co-authored-by: Abanoub Ghadban <AbanoubGhadban@users.noreply.github.com>
0 commit comments