spec/lib/gitlab/navigation/category_spec.rb [61:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    it { is_expected.to be_truthy }

    context 'when docs are empty' do
      let(:docs) { [] }

      it { is_expected.to be_falsey }
    end
  end

  describe '#children' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/gitlab/navigation/doc_spec.rb [60:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    it { is_expected.to be_truthy }

    context 'when docs are empty' do
      let(:docs) { [] }

      it { is_expected.to be_falsey }
    end
  end

  describe '#children' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



