Skip to content

Remove logged messages

gitlab-qa-bot requested to merge remove-logged-messages into master

Created by: myronmarston

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.

Merge request reports