Sha256: 1d1fba4cd13b7537170dcc39b26269fac80bd72cd7826db66df922c6937a6f8b
Contents?: true
Size: 246 Bytes
Versions: 33
Compression:
Stored size: 246 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_bot FactoryBot.define do factory :mdm_task_host, :class => 'Mdm::TaskHost' do association :task, :factory => :mdm_task association :host, :factory => :mdm_host end end
Version data entries
33 entries across 33 versions & 2 rubygems