Fixed result.pendingReason for specs marked with xit. Closes #1939
This commit is contained in:
committed by
Steve Gravrock
parent
572452a15a
commit
504ef27899
@@ -236,7 +236,7 @@ x */
|
||||
if (this.message) {
|
||||
this.excludeMessage = message;
|
||||
}
|
||||
this.pend();
|
||||
this.pend(message);
|
||||
};
|
||||
|
||||
Spec.prototype.getResult = function() {
|
||||
|
||||
Reference in New Issue
Block a user