Commit 9b13634f authored by jejacks0n's avatar jejacks0n

Fixes an issue with spring load order

- Spring seems to lose reference to the full ApplicationExperiment, and
that causes issues on re-runs of specs. This should fix that (I think.)
parent 35c0b51f
......@@ -6,6 +6,7 @@ require_relative 'stub_snowplow'
# This is a temporary fix until we have a larger discussion around the
# challenges raised in https://gitlab.com/gitlab-org/gitlab/-/issues/300104
require Rails.root.join('app', 'experiments', 'application_experiment')
class ApplicationExperiment # rubocop:disable Gitlab/NamespacedClass
def initialize(...)
super(...)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment