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 18:08:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 18:08:24 +0300
commiteea1fbf9f980fed108601412b63e627d3eebd46d (patch)
tree11df1e2bab7dcf8c0127890a5b5f6767c5c7b786 /spec/fast_spec_helper.rb
parent810bd2a662abaa60663ec19bcb55f883d329eb07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fast_spec_helper.rb')
-rw-r--r--spec/fast_spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fast_spec_helper.rb b/spec/fast_spec_helper.rb
index 8ab2c7ffd64..cbab809cddb 100644
--- a/spec/fast_spec_helper.rb
+++ b/spec/fast_spec_helper.rb
@@ -13,6 +13,5 @@ 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'