Sha256: 6f0b386b0fff43036f04c8eed2d4112e4654e296c02c56c835b145fe071fef77
Contents?: true
Size: 417 Bytes
Versions: 33
Compression:
Stored size: 417 Bytes
Contents
FactoryBot.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
33 entries across 33 versions & 2 rubygems