Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #6 from caustique/master
Browse files Browse the repository at this point in the history
Update should-promised.js
  • Loading branch information
btd committed Apr 17, 2015
2 parents c5d7743 + 0167198 commit ea40c3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions should-promised.js
Expand Up @@ -29,8 +29,7 @@

obj.should.have.property('then')
.which.is.a.Function
.and.have.property('length')
.which.is.above(1);
.and.have.property('length');
}, true);

/**
Expand Down Expand Up @@ -297,4 +296,4 @@
PromisedAssertion.prototype.then = function (resolve, reject) {
return this.obj.then(resolve, reject);
};
}));
}));

0 comments on commit ea40c3b

Please sign in to comment.