Commit 868a2ac4 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'bw-remove-constant-warnings' into 'master'

Remove 'already initialized constant' warnings

See merge request gitlab-org/gitlab-ce!28518
parents 043244a0 e082090e
......@@ -2,7 +2,8 @@ require 'active_support/core_ext/hash/transform_values'
require 'active_support/hash_with_indifferent_access'
require 'active_support/dependencies'
require_dependency 'gitlab'
# check gets rid of already initialized constant warnings when using spring
require_dependency 'gitlab' unless defined?(Gitlab)
module StubConfiguration
def stub_application_setting(messages)
......
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