Change #xit so that it will output a more BDD-style pending message
This commit is contained in:
@@ -416,7 +416,7 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
|
||||
this.xit = function() {
|
||||
var spec = this.it.apply(this, arguments);
|
||||
spec.pend();
|
||||
spec.pend('Temporarily disabled with xit');
|
||||
return spec;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user