Skip to content

Commit

Permalink
x out the intentionally failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Nov 29, 2012
1 parent 76cee05 commit 6d8a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/jasmine-promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('jasmine-promise', function() {
}
});
// These are expected to fail. Remove the x from xdescribe to test that.
describe('failure cases (expected to fail)', function() {
xdescribe('failure cases (expected to fail)', function() {
it('fails if the deferred is rejected', function() {
var deferred = Q.defer();
deferred.reject();
Expand Down

0 comments on commit 6d8a164

Please sign in to comment.