Sha256: 5886783eb61ebf1a6933853d549869049f0af9b830b3c0475bc53b2f61b25d2d
Contents?: true
Size: 160 Bytes
Versions: 45
Compression:
Stored size: 160 Bytes
Contents
FactoryBot.define do factory :realize do |f| f.expression_id{FactoryBot.create(:manifestation).id} f.agent_id{FactoryBot.create(:agent).id} end end
Version data entries
45 entries across 45 versions & 3 rubygems