class FactoryBot::Strategy::AttributesFor
Public Instance Methods
Source
# File lib/factory_bot/strategy/attributes_for.rb, line 4 def association(runner) runner.run(:null) end
Source
# File lib/factory_bot/strategy/attributes_for.rb, line 8 def result(evaluation) evaluation.hash end
Source
# File lib/factory_bot/strategy/attributes_for.rb, line 12 def to_sym :attributes_for end