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/20230323101138_add_award_emoji_work_item_widget_spec.rb')
-rw-r--r--spec/migrations/20230323101138_add_award_emoji_work_item_widget_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/migrations/20230323101138_add_award_emoji_work_item_widget_spec.rb b/spec/migrations/20230323101138_add_award_emoji_work_item_widget_spec.rb
index 16a205c5da5..7987f0257ee 100644
--- a/spec/migrations/20230323101138_add_award_emoji_work_item_widget_spec.rb
+++ b/spec/migrations/20230323101138_add_award_emoji_work_item_widget_spec.rb
@@ -4,5 +4,7 @@ require 'spec_helper'
require_migration!
RSpec.describe AddAwardEmojiWorkItemWidget, :migration, feature_category: :team_planning do
- it_behaves_like 'migration that adds widget to work items definitions', widget_name: 'Award emoji'
+ 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