Share traits across different factories

I have many models which can be authorable (have an author field) and/or tenancyable (have a tenant field). So, I wrote concerns for both of them. The problem is in tests. I had used the