summaryrefslogtreecommitdiff
path: root/spec/db/development
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-28 18:09:29 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-28 18:09:29 +0000
commit953180403c1798ba42d396742e0691d5772da3a5 (patch)
tree6fd3476f98b6fe6576164b50dbc9b924ce9ee825 /spec/db/development
parent3a25b40d5572a1de4220a9bd284025bf5be1d16b (diff)
downloadgitlab-ce-953180403c1798ba42d396742e0691d5772da3a5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db/development')
-rw-r--r--spec/db/development/create_work_item_hierarchy_restrictions_spec.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/db/development/create_work_item_hierarchy_restrictions_spec.rb b/spec/db/development/create_work_item_hierarchy_restrictions_spec.rb
new file mode 100644
index 00000000000..0e60ecd08c0
--- /dev/null
+++ b/spec/db/development/create_work_item_hierarchy_restrictions_spec.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe 'Create work item hierarchy restrictions in development', feature_category: :portfolio_management do
+ subject { load Rails.root.join('db/fixtures/development/50_create_work_item_hierarchy_restrictions.rb') }
+
+ it_behaves_like 'work item hierarchy restrictions importer'
+end