Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 12:08:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 12:08:01 +0300
commit8c826685ecb0058bf6acaf960ecab7897932f2e2 (patch)
treecc2a4d3404613beccb4336ba53a1ba211697acb6 /spec/fast_spec_helper.rb
parentf4251f269416f881d921a1bf89de802e4a70c11a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fast_spec_helper.rb')
-rw-r--r--spec/fast_spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fast_spec_helper.rb b/spec/fast_spec_helper.rb
index 1a8af335244..8ab2c7ffd64 100644
--- a/spec/fast_spec_helper.rb
+++ b/spec/fast_spec_helper.rb
@@ -13,4 +13,6 @@ require 'active_support/all'
ActiveSupport::Dependencies.autoload_paths << 'lib'
ActiveSupport::Dependencies.autoload_paths << 'ee/lib'
+ActiveSupport::Dependencies.autoload_paths << 'tooling/lib'
+
ActiveSupport::XmlMini.backend = 'Nokogiri'