diff --git a/src/core/Env.js b/src/core/Env.js index 5289fd18..c9db4e91 100644 --- a/src/core/Env.js +++ b/src/core/Env.js @@ -198,8 +198,7 @@ getJasmineRequireObj().Env = function(j$) { var topSuite = new j$.Suite({ env: this, id: getNextSuiteId(), - description: 'Jasmine__TopLevel__Suite', - queueRunner: queueRunnerFactory + description: 'Jasmine__TopLevel__Suite' }); runnableLookupTable[topSuite.id] = topSuite; defaultResourcesForRunnable(topSuite.id);