Tests failing when using spring with `uninitialized constant GitlabSettings::Options::Options`
The problem
bin/spring rspec -r spec_helper ee/spec/features/remote_development/workspaces_spec.rb
Running via Spring preloader in process 41596
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
An error occurred in a `before(:suite)` hook.
Failure/Error: @options[key.to_s] = Options.build(value)
NameError:
uninitialized constant GitlabSettings::Options::Options
# ./lib/gitlab_settings/options.rb:26:in `[]='
# ./spec/support/setup_builds_storage.rb:9:in `block (2 levels) in <main>'
# -e:1:in `<main>'
Finished in 2.25 seconds (files took 4.8 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples
Possible solution
We might need to fully qualify the Options on line 26 there