From 33bef84f8a83623b4ca0da926f9553d2d521d3ed Mon Sep 17 00:00:00 2001 From: Johnny Reina Date: Mon, 2 Oct 2017 05:16:29 -0500 Subject: Removes unused spy attachments to lorem.word. --- test/lorem.unit.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/lorem.unit.js b/test/lorem.unit.js index 378f7899..04c03a55 100644 --- a/test/lorem.unit.js +++ b/test/lorem.unit.js @@ -6,13 +6,6 @@ if (typeof module !== 'undefined') { describe("lorem.js", function () { describe("word()", function () { - beforeEach(function () { - sinon.spy(faker.helpers, 'shuffle'); - }); - - afterEach(function () { - faker.helpers.shuffle.restore(); - }); context("when no 'length' param passed in", function () { it("returns a word with a random length", function () { -- cgit v1.2.3