diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 8217b697..9f47affd 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -495,7 +495,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;