Last commit did not include self-test with Any and ObjectContaining in separate files. Fixed.

This commit is contained in:
Davis W. Frank
2013-06-02 22:16:30 -07:00
parent 475aacbfbb
commit 3271dc8838
7 changed files with 627 additions and 460 deletions

View File

@@ -326,7 +326,7 @@ getJasmineRequireObj().Env = function(j$) {
// TODO: move this to closure
Env.prototype.pending = function() {
throw new Error(j$.Spec.pendingSpecExceptionMessage);
throw j$.Spec.pendingSpecExceptionMessage;
};
// TODO: Still needed?