fixed stupidly specific test

This commit is contained in:
Spencer Alger
2014-05-02 09:52:11 -07:00
parent 611be9d616
commit dfca8f574f

View File

@ -22,6 +22,6 @@ describe('Error Abstract', function () {
var err = new errors._Abstract();
process.browser = isBrowser;
expect(err.stack).to.be('');
expect(err.stack).to.be.a('string');
});
});