Commit 779df14d authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix rubocop failure

parent 3f34458e
......@@ -241,7 +241,7 @@ class Service < ActiveRecord::Base
teamcity
]
if Rails.env.development?
service_names += ['mock_ci', 'mock_deployment', 'mock_monitoring']
service_names += %w[mock_ci mock_deployment mock_monitoring]
end
service_names.sort_by(&:downcase)
......
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