File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 617617 organization = create ( :casa_org )
618618 admin = create ( :casa_admin , casa_org_id : organization . id )
619619 volunteer = create ( :volunteer , :with_assigned_supervisor , casa_org_id : organization . id )
620- volunteer . notes . create ( creator : admin , content : "Note_1" )
621- volunteer . notes . create ( creator : admin , content : "Note_2" )
622- volunteer . notes . create ( creator : admin , content : "Note_3" )
623620
624621 sign_in admin
625622 visit edit_volunteer_path ( volunteer )
665662 admin = create ( :casa_admin , casa_org_id : organization . id )
666663 volunteer = create ( :volunteer , :with_assigned_supervisor , casa_org_id : organization . id )
667664 supervisor = volunteer . supervisor
668- volunteer . notes . create ( creator : admin , content : "Note_1" )
669- volunteer . notes . create ( creator : admin , content : "Note_2" )
670- volunteer . notes . create ( creator : admin , content : "Note_3" )
671665
672666 sign_in supervisor
673667 visit edit_volunteer_path ( volunteer )
You can’t perform that action at this time.
0 commit comments