You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_learning_outcome=FactoryBot.create(:learning_outcome,context_id: unit.id,context_type: 'Unit',abbreviation: 'TGT1',short_description: 'target learning outcome',full_outcome_description: 'this outcome will be linked to source')
248
248
target_learning_outcome2=FactoryBot.create(:learning_outcome,context_id: unit.id,context_type: 'Unit',abbreviation: 'TGT2',short_description: 'target learning outcome 2',full_outcome_description: 'this outcome will be linked to source')
target_learning_outcome=FactoryBot.create(:learning_outcome,context_id: unit.id,context_type: 'Unit',abbreviation: 'TGT1',short_description: 'target learning outcome',full_outcome_description: 'this outcome will be linked to source')
274
274
target_learning_outcome2=FactoryBot.create(:learning_outcome,context_id: unit.id,context_type: 'Unit',abbreviation: 'TGT2',short_description: 'target learning outcome 2',full_outcome_description: 'this outcome will be linked to source')
original_unit=FactoryBot.create(:unit,name: 'rollver unit',code: 'abcde',description: 'test unit to be rolled over')# When creating unit, it generates 2 random outcomes in addition to below
0 commit comments