Skip to content

Commit e420372

Browse files
These factories are not being used
1 parent dae4764 commit e420372

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/system/volunteers/edit_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,6 @@
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)
@@ -665,9 +662,6 @@
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)

0 commit comments

Comments
 (0)