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-09-15 00:11:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-15 00:11:21 +0300
commitfdb478e6f3ac1a370123df6b92dbd331b46a7558 (patch)
tree2f2f420f510449728d183d3da5ecf28914ada989 /spec/presenters
parenta845362ebc7e14d2098223107d58625bb9423164 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/presenters')
-rw-r--r--spec/presenters/projects/security/configuration_presenter_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/presenters/projects/security/configuration_presenter_spec.rb b/spec/presenters/projects/security/configuration_presenter_spec.rb
index 714426ef0de..beabccf6639 100644
--- a/spec/presenters/projects/security/configuration_presenter_spec.rb
+++ b/spec/presenters/projects/security/configuration_presenter_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Projects::Security::ConfigurationPresenter do
+RSpec.describe Projects::Security::ConfigurationPresenter, feature_category: :software_composition_analysis do
include Gitlab::Routing.url_helpers
using RSpec::Parameterized::TableSyntax