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