Skip to content

Remove git attributes seed helpers

James Fargher requested to merge remove_attributes_seeds into master

What does this MR do and why?

#336749 (closed)

Soon we will begin to use the praefect database in tests and when this happens we can no longer rely on being able to directly access repositories without praefect knowing.

There are many more of these to do. I'm just picking off similar parts to package up as MRs to keep the individual review load down.

We will eventually replace all of the seed helpers with the create(:project, :repository) factory.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading