I have created a join table between 2 models to represent a 'many-to-many' relationship between them (with a has_many: through association).
I am now writing the tests and I wonder if I should create a Fabricator for that join table model ? My join table only has the foreign keys of the 2 related models.
