Merge branch 'remove-extra-topSuite-constructor-param' of https://github.com/jurko-gospodnetic/jasmine into jurko-gospodnetic-remove-extra-topSuite-constructor-param

- Merges #1006
This commit is contained in:
Gregg Van Hove
2016-02-16 15:22:09 -08:00
2 changed files with 2 additions and 4 deletions

View File

@@ -700,8 +700,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);

View File

@@ -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);