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-07-12 12:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-12 12:08:50 +0300
commitfd8881212ed57f11965b2b0c64a21d8e0578c6ec (patch)
treec2e0a8456aa7366ef5c64fe277b6f8d67a523a0f /qa/qa.rb
parentd65c0534cecc7e312d2236d23a15e70f476e8d3c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index b175275903a..7d2f363143b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -17,6 +17,8 @@ require 'active_support/core_ext/hash'
require 'active_support/core_ext/object/blank'
require 'rainbow/refinement'
+require_relative 'qa/support/fips'
+
module QA
root = "#{__dir__}/qa"