rename afterAllException to afterAllError

It should also handle expectation failures
This commit is contained in:
Gregg Van Hove
2014-04-18 16:00:02 -07:00
parent 668846147c
commit 0d4b04d37c
8 changed files with 17 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
}
};
this.afterAllException = function(error) {
this.afterAllError = function(error) {
exceptionList.push(error);
};