diff options
| author | Johnny Reina <[email protected]> | 2017-10-02 05:16:29 -0500 |
|---|---|---|
| committer | Johnny Reina <[email protected]> | 2017-10-02 05:16:29 -0500 |
| commit | 33bef84f8a83623b4ca0da926f9553d2d521d3ed (patch) | |
| tree | 0bb787976ebc85852a71e538555aa30355db8cab | |
| parent | bb263b87f6ab6f0a94de403386c47fabf3abad5d (diff) | |
| download | faker-33bef84f8a83623b4ca0da926f9553d2d521d3ed.tar.xz faker-33bef84f8a83623b4ca0da926f9553d2d521d3ed.zip | |
Removes unused spy attachments to lorem.word.
| -rw-r--r-- | test/lorem.unit.js | 7 |
1 files changed, 0 insertions, 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 () { |
