Skip to content

Refactor specs to use user factory helpers

Pavel Shutsin requested to merge add-user-factory-helpers-part-2 into master

What does this MR do and why?

It refactors create(:user).tap { |u| group.add_guest(u) } to simpler create(:user, guest_of: group) to spread awareness of new helpers. No user facing changes.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports