Fix const_get in qa/ code
QA.const_get("QA::#{version}::Strategy") was really (accidentally?) relying on the QA::EE::Strategy being inherited. So might as well switch it to Object.const_get.
Showing
Please register or sign in to comment