aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Reina <[email protected]>2017-10-02 05:16:29 -0500
committerJohnny Reina <[email protected]>2017-10-02 05:16:29 -0500
commit33bef84f8a83623b4ca0da926f9553d2d521d3ed (patch)
tree0bb787976ebc85852a71e538555aa30355db8cab
parentbb263b87f6ab6f0a94de403386c47fabf3abad5d (diff)
downloadfaker-33bef84f8a83623b4ca0da926f9553d2d521d3ed.tar.xz
faker-33bef84f8a83623b4ca0da926f9553d2d521d3ed.zip
Removes unused spy attachments to lorem.word.
-rw-r--r--test/lorem.unit.js7
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 () {