var onLoad = sinon.spy(function (err, adUnit) {
                assert(onLoad.calledOnce);
                assert.isNull(err, 'error must be null');
                assert.isNotNull(adUnit);
                done();