summaryrefslogtreecommitdiff
path: root/spec/helpers/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 06:16:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 06:16:45 +0000
commite4805b324cb9e620788bb2d625f633f2be20091d (patch)
treefcd95b7b35572e6a06e71178d791350467875c38 /spec/helpers/ci
parent95cb5e20a13cbea5e57c25df47aba1e2c9035466 (diff)
downloadgitlab-ce-e4805b324cb9e620788bb2d625f633f2be20091d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers/ci')
-rw-r--r--spec/helpers/ci/pipelines_helper_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/helpers/ci/pipelines_helper_spec.rb b/spec/helpers/ci/pipelines_helper_spec.rb
index 535e8f3170e..e3cfe5d6f46 100644
--- a/spec/helpers/ci/pipelines_helper_spec.rb
+++ b/spec/helpers/ci/pipelines_helper_spec.rb
@@ -121,7 +121,8 @@ RSpec.describe Ci::PipelinesHelper do
:has_gitlab_ci,
:pipeline_editor_path,
:suggested_ci_templates,
- :ci_runner_settings_path])
+ :ci_runner_settings_path,
+ :full_path])
end
describe 'the `any_runners_available` attribute' do