Sha256: 266678268960e4eff2ea584c21989746851a107255e2fdf9ccd9547395a40206
Contents?: true
Size: 417 Bytes
Versions: 139
Compression:
Stored size: 417 Bytes
Contents
FactoryGirl.define do factory :mdm_module_target, :class => Mdm::Module::Target do index { generate :mdm_module_target_index } name { generate :mdm_module_target_name } # # Associations # association :detail, :factory => :mdm_module_detail end sequence :mdm_module_target_index do |n| n end sequence :mdm_module_target_name do |n| "Mdm::Module::Target#name #{n}" end end
Version data entries
139 entries across 139 versions & 1 rubygems