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
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
Avoid logged messages showing up as part of our spec suite output.
Before this change, `rspec --seed 31448` would result in some extra
messages showing up as part of the output of our spec suite:
> RSpec is shutting down and will print the summary report... Interrupt again to force quit.
This fixes the issue, expecting the output instead.
0 commit comments