class RuboCop::Cop::RSpec::FactoryBot::DynamicAttributeDefinedStatically
def value_hash_without_braces?(node)
def value_hash_without_braces?(node) node.hash_type? && !node.braces? end
def value_hash_without_braces?(node) node.hash_type? && !node.braces? end