Move called into expect.js

This commit is contained in:
Tom Payne
2013-03-15 00:25:49 +01:00
parent 62011dab28
commit 7c7c4df3fc
3 changed files with 64 additions and 5 deletions

View File

@@ -24,11 +24,6 @@ expect.Assertion.prototype.intersectWith = function(other) {
};
expect.Assertion.prototype.called = function() {
return this.obj.called;
};
expect.Assertion.prototype.equalArray = function(other) {
return goog.array.equals(this.obj, other);
};