it "checks allegations phase" do
      # future
      process.update!(allegations_start_date: Date.current + 2.days,
                      allegations_end_date: Date.current + 3.days)
      expect(process.allegations_phase.open?).to be false