chore(util) rm " "

This commit is contained in:
coderaiser 2014-05-22 07:18:33 -04:00
parent 93b22b9fea
commit 307e7bd56c

View file

@ -138,7 +138,7 @@
});
describe('forEach', function() {
describe('forEach', function() {
it('should call arrays forEach on any type', function() {
var str = '',
obj = {
@ -153,7 +153,6 @@
});
str.should.be.equal('abc');
});
});