Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20231211154654_add_work_items_rolledup_dates_widget_spec.rb « migrations « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7bae52eed5df6cb67ec5dd63102b4d08f01eb5e (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'
require_migration!

RSpec.describe AddWorkItemsRolledupDatesWidget, :migration, feature_category: :team_planning do
  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