it('should query github\'s URL based on the first argument', done => {
        const dummyReq = options => {
            expect(options.url).to.contain('github.com/repos/dataeasy/docflow/');
            done();
        };