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

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

require 'spec_helper'

RSpec.describe 'Create work item related links restrictions in production', feature_category: :portfolio_management do
  subject { load Rails.root.join('db/fixtures/production/040_create_work_item_related_link_restrictions.rb') }

  it_behaves_like 'work item related links restrictions importer'
end