context 'when current reviewee (ap2) was reviewed by current reviewer (ap3)' do
          it 'inserts related information into collusion cycles and returns results' do
            # Tests if reviewer was reviewed by assignment participant and inserted related information into coluusion cycle arr
            expect(cycle.four_node_cycles(participant1)).to eq([[[participant1, 90], [participant2, 82], [participant3, 80], [participant4, 0]]])