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