it 'should return the minimum, maximum and average score for round 3' do
      @round = 3
      review_metrics(@round, @reviewee.id)
      expect(@min).to eq '8%'
      expect(@max).to eq '10%'