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

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

require 'spec_helper'
require_migration!

RSpec.describe AddCurrentUserTodosWorkItemWidget, :migration, feature_category: :team_planning do
  it_behaves_like 'migration that adds widget to work items definitions', widget_name: 'Current user todos'
end