Skip to content

Deal with circular relationship between world and config

gitlab-qa-bot requested to merge world-configuration-circular into master

Created by: myronmarston

RSpec::World#initialize references RSpec.configuration and RSpec::Configuration references RSpec.world in a few places. This circular dependency is not ideal and has triggered infinite recursion during some recent changes I've tried to make. It would be nice to get rid of it entirely, but for now, this is the simplest change I can make it solve my immediate problems.

Merge request reports