Removed unnecessary parameter from suiteFactory() call.
This commit is contained in:
+1
-1
@@ -273,7 +273,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
|
|
||||||
// TODO: move this to closure
|
// TODO: move this to closure
|
||||||
Env.prototype.describe = function(description, specDefinitions) {
|
Env.prototype.describe = function(description, specDefinitions) {
|
||||||
var suite = this.suiteFactory(description, specDefinitions);
|
var suite = this.suiteFactory(description);
|
||||||
|
|
||||||
var parentSuite = this.currentSuite;
|
var parentSuite = this.currentSuite;
|
||||||
parentSuite.addSuite(suite);
|
parentSuite.addSuite(suite);
|
||||||
|
|||||||
Reference in New Issue
Block a user