If I am writing a test that contains both a user model and a post model each has an associated Model Factory. I know I can do the following to create a collection of related records but how do I create just one of each for use during a feature test.
Alternatively, if your PostFactory automatically creates a user when it creates a post, one could just create three posts via the factory and they would each have their own user.