it('should return "[Nenhum ramal encontrado]" for when no results are found', done => {
        extCommand.find('jacksonfive', result => {
            expect(result).to.contain('[Nenhum ramal encontrado]');

            done();