Skip to content

Call .dup in test to fix broken master

What does this MR do?

This MR fixes a broken test in master. The change calls .dup on a class passed in to some shared_examples, as a test in this set of examples calls belongs_to on the class, thereby adding a new belongs_to relationship to the model that can break our import/export configuration checking spec.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Luke Duncalfe

Merge request reports