a disabled suite should call resultCallback with status being disabled
close #574
This commit is contained in:
@@ -35,6 +35,7 @@ getJasmineRequireObj().Suite = function() {
|
||||
|
||||
Suite.prototype.disable = function() {
|
||||
this.disabled = true;
|
||||
this.result.status = 'disabled';
|
||||
};
|
||||
|
||||
Suite.prototype.beforeEach = function(fn) {
|
||||
|
||||
Reference in New Issue
Block a user