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:
Diffstat (limited to 'spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb')
-rw-r--r--spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb b/spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb
index cd6da15403f..eae4910eef3 100644
--- a/spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb
+++ b/spec/migrations/20230807083334_add_linked_items_work_item_widget_spec.rb
@@ -4,7 +4,7 @@ require 'spec_helper'
require_migration!
RSpec.describe AddLinkedItemsWorkItemWidget, :migration, feature_category: :portfolio_management do
- it_behaves_like 'migration that adds widget to work items definitions', widget_name: 'Linked items' do
- let(:work_item_type_count) { 8 }
- end
+ it_behaves_like 'migration that adds widget to work items definitions',
+ widget_name: described_class::WIDGET_NAME,
+ work_item_types: described_class::WORK_ITEM_TYPES
end