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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-08-26 02:28:39 +0300
committerEvan Read <eread@gitlab.com>2022-08-26 02:28:39 +0300
commita7aa1d384fc3ff1ec6f5095ff1eb24775e576e9e (patch)
tree120e2122f237f24ceb28dd4f8042944c60ccd975 /spec
parenta75623ba1a29fb39d753290a5313247bc63b0a70 (diff)
parentba80807b4251f86c2595b5f1443904a3a50041fb (diff)
Merge branch 'axil-split-raketasks' into 'main'
Split Rake tasks to their own files See merge request gitlab-org/gitlab-docs!2975
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/task_helpers_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/task_helpers_spec.rb b/spec/lib/task_helpers_spec.rb
index 5bf1a662..bdbd3064 100644
--- a/spec/lib/task_helpers_spec.rb
+++ b/spec/lib/task_helpers_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require 'task_helpers'
+require './lib/tasks/task_helpers'
describe TaskHelpers do
describe '#chart_version' do