diff --git a/lib/rubocop/cop/rspec/factory_bot/association_style.rb b/lib/rubocop/cop/rspec/factory_bot/association_style.rb index 359be4583..52ed15bf7 100644 --- a/lib/rubocop/cop/rspec/factory_bot/association_style.rb +++ b/lib/rubocop/cop/rspec/factory_bot/association_style.rb @@ -32,8 +32,6 @@ class AssociationStyle < Base include ConfigurableEnforcedStyle - MSG = 'Use consistent style in FactoryBot associations.' - RESTRICT_ON_SEND = %i[factory trait].freeze # @param node [RuboCop::AST::SendNode]