From ee1e4bf699e5c1d6924e2d1840d884316f63c64b Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sat, 12 Dec 2015 11:13:47 -0500 Subject: [PATCH] Scrub. --- tests/test-fresh-sheet.js | 6 ------ tests/test-jrs-sheet.js | 6 ------ 2 files changed, 12 deletions(-) diff --git a/tests/test-fresh-sheet.js b/tests/test-fresh-sheet.js index d7aa2f5..295f1ed 100644 --- a/tests/test-fresh-sheet.js +++ b/tests/test-fresh-sheet.js @@ -65,9 +65,3 @@ describe('jane-doe.json (FRESH)', function () { }); - -// describe('subtract', function () { -// it('should return -1 when passed the params (1, 2)', function () { -// expect(math.subtract(1, 2)).to.equal(-1); -// }); -// }); diff --git a/tests/test-jrs-sheet.js b/tests/test-jrs-sheet.js index 3bfaea2..815b3aa 100644 --- a/tests/test-jrs-sheet.js +++ b/tests/test-jrs-sheet.js @@ -61,9 +61,3 @@ describe('jane-doe.json (JRS)', function () { }); - -// describe('subtract', function () { -// it('should return -1 when passed the params (1, 2)', function () { -// expect(math.subtract(1, 2)).to.equal(-1); -// }); -// });