diff --git a/test/lib/util.js b/test/lib/util.js index 4dfea99d..05e488ab 100644 --- a/test/lib/util.js +++ b/test/lib/util.js @@ -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'); - }); });