|
|
|
@ -18,7 +18,8 @@ FactoryBot.define do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
after(:create) do |template, ev|
|
|
|
|
after(:create) do |template, ev|
|
|
|
|
party_names = ['Employee', 'Manager', 'Third Party', 'Fourth Party', 'Fifth Party', 'Sixth Party', 'Seventh Party', 'Eighth Party', 'Ninth Party', 'Tenth Party']
|
|
|
|
party_names = ['Employee', 'Manager', 'Third Party', 'Fourth Party', 'Fifth Party', 'Sixth Party',
|
|
|
|
|
|
|
|
'Seventh Party', 'Eighth Party', 'Ninth Party', 'Tenth Party']
|
|
|
|
|
|
|
|
|
|
|
|
template.submitters = Array.new(ev.submitter_count) do |i|
|
|
|
|
template.submitters = Array.new(ev.submitter_count) do |i|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|