Env should use the "public" QueueRunner interface

This commit is contained in:
Gregg Van Hove and Tim Jarratt
2013-10-04 17:04:22 -07:00
parent 620e3f5992
commit af4bfa8bc4

View File

@@ -125,7 +125,7 @@ getJasmineRequireObj().Env = function(j$) {
options.catchException = self.catchException;
options.clearStack = options.clearStack || clearStack;
new j$.QueueRunner(options).run(options.fns, 0);
new j$.QueueRunner(options).execute();
};
var totalSpecsDefined = 0;