describe '.config_ca_path' do
    before { allow(Settings).to receive(:[]).with(:regsharing).and_return(nil) }

    context 'when regsharing section is missing' do
      it 'returns nil' do