class RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically

def attribute_defining_method?(method_name)

def attribute_defining_method?(method_name)
  RuboCop::RSpec::FactoryBot.attribute_defining_methods
    .include?(method_name)
end