I love Factory Bot. It allows for simple, repeatable creation of objects for testing, as well as semantic naming. You can have an invitation factory, a pending_invitation factory, and an accepted_invitation factory, and immediately you have some context about the object you’re working with. Faker really takes FactoryBot to the…