JasmineParamedicProxy.prototype.specDone = function()

in event-cache-plugin/EventCache.js [47:56]


JasmineParamedicProxy.prototype.specDone = function (o) {
    if (o.status !== 'disabled') {
        this.specExecuted++;
    }
    if (o.status === 'failed') {
        this.specFailed++;
    }

    cacheEvent('specDone', o);
};