Commit 49006b08 authored by Rémy Coutable's avatar Rémy Coutable

Add a blank line before a block

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 5e489195
...@@ -20,6 +20,7 @@ module EE ...@@ -20,6 +20,7 @@ module EE
allow(::Gitlab::CurrentSettings.current_application_settings) allow(::Gitlab::CurrentSettings.current_application_settings)
.to receive_messages(messages) .to receive_messages(messages)
messages.each do |setting, value| messages.each do |setting, value|
allow(object).to receive_message_chain(:current_application_settings, setting) { value } allow(object).to receive_message_chain(:current_application_settings, setting) { value }
end 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