let_it_be(:past_iteration1){create(:iteration,group: group,title: 'Iteration 1: some user note',iterations_cadence: automated_cadence,start_date: 3.weeks.ago,due_date: 2.weeks.ago)}
let_it_be(:past_iteration2){create(:iteration,group: group,title: 'Iteration 2: some user note',iterations_cadence: automated_cadence,start_date: past_iteration1.due_date+1.day,due_date: past_iteration1.due_date+1.week)}