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
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 12:08:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 12:08:15 +0300
commitabbb493d78e42f044d732c7ad46917300cca1516 (patch)
treeae786d6bc1ba548421c20d1667f528d4ff90e113 /qa/qa.rb
parent9d15ef5c5caf584ae16398940c16f2bdafd6f3e2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index bf6b75a1278..fe0c19e0818 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -13,9 +13,10 @@ Bundler.require(:default)
require 'securerandom'
require 'pathname'
+require 'rainbow/refinement'
require 'active_support/core_ext/hash'
require 'active_support/core_ext/object/blank'
-require 'rainbow/refinement'
+require 'active_support/core_ext/module/delegation'
module QA
root = "#{__dir__}/qa"