class FactoryBot::Strategy::AttributesFor

def association(runner)

def association(runner)
  runner.run(:null)
end

def result(evaluation)

def result(evaluation)
  evaluation.hash
end

def to_sym

def to_sym
  :attributes_for
end