diff --git a/.rubocop.yml b/.rubocop.yml index 5e8ee7a68..eb4d90c04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -35,6 +35,9 @@ Capybara/VisibilityMatcher: FactoryBot/ConsistentParenthesesStyle: Enabled: true +FactoryBot/FactoryAssociationWithStrategy: + Enabled: true + FactoryBot/FactoryClassName: Enabled: true