Sha256: 7ea920bb2248fabcbdbc679932efcbd89489f3b53de0b6f70058ca4ea78c0ebc
Contents?: true
Size: 248 Bytes
Versions: 125
Compression:
Stored size: 248 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.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
125 entries across 125 versions & 1 rubygems