summaryrefslogtreecommitdiff
path: root/spec/models/namespace
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 21:08:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 21:08:20 +0000
commit7e26b627ca9f79b34c91f17c2b0eb42ec5c591b0 (patch)
tree1811a237fbf254d28b61a143ceea27ecf17068b7 /spec/models/namespace
parentcfc8827f6bf9573b02401b1908728da3aed96698 (diff)
downloadgitlab-ce-7e26b627ca9f79b34c91f17c2b0eb42ec5c591b0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/namespace')
-rw-r--r--spec/models/namespace/traversal_hierarchy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/namespace/traversal_hierarchy_spec.rb b/spec/models/namespace/traversal_hierarchy_spec.rb
index 918ff6aa154..b0088e44087 100644
--- a/spec/models/namespace/traversal_hierarchy_spec.rb
+++ b/spec/models/namespace/traversal_hierarchy_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Namespace::TraversalHierarchy, type: :model do
+RSpec.describe Namespace::TraversalHierarchy, type: :model, feature_category: :subgroups do
let!(:root) { create(:group, :with_hierarchy) }
describe '.for_namespace' do