You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows for an undefined behaviour when being called as create(:user, :active, :inactive).
We should recommend making them sub-factories, not traits.
The text was updated successfully, but these errors were encountered:
ydah
transferred this issue from rubocop/rubocop-rspec
May 6, 2023
This allows for an undefined behaviour when being called as
create(:user, :active, :inactive)
.We should recommend making them sub-factories, not traits.
The text was updated successfully, but these errors were encountered: