Skip to content

Extract the EE-specific models/attributes from spec/lib/gitlab/import_export/all_models.yml to a new file

What does this MR do?

This modifies spec/lib/gitlab/import_export/model_configuration_spec.rb to be able to accept an ee/spec/lib/gitlab/import_export/ee_specific_models.yml file for EE-specific model/associations.

The CE version will be the same, but the ee/spec/lib/gitlab/import_export/ee_specific_models.yml file won't be present there.

What are the relevant issue numbers?

Closes #7471 (closed)

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports