Set the shared user context correctly when executing the top level suite

Fixes #846
This commit is contained in:
Robert Neumann
2015-05-11 10:29:51 -07:00
parent 426eebe1ce
commit 225c7bdda3
3 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ getJasmineRequireObj().TreeProcessor = function() {
queueRunnerFactory({
queueableFns: childFns,
userContext: tree.sharedUserContext(),
onException: function() {
tree.onException.apply(tree, arguments);
},