class FactoryBot::Strategy::AttributesFor

Public Instance Methods

association(runner) click to toggle source
# File lib/factory_bot/strategy/attributes_for.rb, line 4
def association(runner)
  runner.run(:null)
end
result(evaluation) click to toggle source
# File lib/factory_bot/strategy/attributes_for.rb, line 8
def result(evaluation)
  evaluation.hash
end
to_sym() click to toggle source
# File lib/factory_bot/strategy/attributes_for.rb, line 12
def to_sym
  :attributes_for
end