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

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

require 'spec_helper'

RSpec.describe 'Create base work item types in production' do
  subject { load Rails.root.join('db', 'fixtures', 'production', '003_create_base_work_item_types.rb') }

  it_behaves_like 'work item base types importer'
end