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>2023-04-28 00:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-28 00:09:08 +0300
commite49c47d3bc5603e8e9d6ad40fc7fccae9f885843 (patch)
treec01f9e16d6bfc242c0b36b8b8b70d4d31a9c0af0 /spec/support/rspec_order.rb
parentfbcf5b688d3133065705b24b73330f9b9bf19181 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/rspec_order.rb')
-rw-r--r--spec/support/rspec_order.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/rspec_order.rb b/spec/support/rspec_order.rb
index c128e18b38e..0305ae7241d 100644
--- a/spec/support/rspec_order.rb
+++ b/spec/support/rspec_order.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require 'yaml'
+
module Support
module RspecOrder
TODO_YAML = File.join(__dir__, 'rspec_order_todo.yml')