Skip to content

Avoid using `RSpec.configuration` from the bisect coordinator.

gitlab-qa-bot requested to merge myron/bisect-formatter-refactor into master

Created by: myronmarston

Use a simple Notifier instead of the full-fledged Reporter (which required the use of config). Avoiding config is necessary for us to be able to use the new forking runner for bisect.

This builds on top #2504.

Merge request reports