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

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

require 'spec_helper'

RSpec.describe Gitlab::DatabaseImporters::WorkItems::BaseTypeImporter do
  subject { described_class.import }

  it_behaves_like 'work item base types importer'
end