From 307e7bd56c6f297b264125f6697b0822b7b9048c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 22 May 2014 07:18:33 -0400 Subject: [PATCH] chore(util) rm " " --- test/lib/util.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); - }); });