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>2022-08-03 00:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-03 00:09:18 +0300
commit68da8a6cb432996324a4c2fe4dca70ae260ce73f (patch)
treefbaa3dbc4d8caccdcfac29afff238dee0d8084e5 /spec/helpers
parente28bb9d18133611eef2a1357c57dc57ca97cfd5a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/ci/pipeline_editor_helper_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/helpers/ci/pipeline_editor_helper_spec.rb b/spec/helpers/ci/pipeline_editor_helper_spec.rb
index 5d3837171d0..59f24e7ceb8 100644
--- a/spec/helpers/ci/pipeline_editor_helper_spec.rb
+++ b/spec/helpers/ci/pipeline_editor_helper_spec.rb
@@ -3,6 +3,8 @@
require 'spec_helper'
RSpec.describe Ci::PipelineEditorHelper do
+ include CycleAnalyticsHelpers
+
let_it_be(:project) { create(:project) }
describe 'can_view_pipeline_editor?' do