debian-mirror-gitlab/spec/db/production/create_base_work_item_types_spec.rb
2021-11-11 11:23:49 +05:30

10 lines
276 B
Ruby

# 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