Commit 426840c3 authored by Robert Speicher's avatar Robert Speicher

Merge branch '10268-follow-up-from-ee-extract-ee-specific-code-for-spec-support' into 'master'

Resolve "Follow-up from "[EE] Extract EE-specific code for spec/support""

Closes #10268

See merge request gitlab-org/gitlab-ee!9917
parents 3454f9e1 49006b08
......@@ -20,6 +20,7 @@ module EE
allow(::Gitlab::CurrentSettings.current_application_settings)
.to receive_messages(messages)
messages.each do |setting, value|
allow(object).to receive_message_chain(:current_application_settings, setting) { value }
end
......
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