From 5de65117dc1b67a1ebac561a4c44ac8249083e19 Mon Sep 17 00:00:00 2001 From: Leonardo Correa Date: Sat, 14 Nov 2015 11:44:28 +1100 Subject: [PATCH] fix(scope): fix scope WIP issue --- spec/czCustomizableSpec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/czCustomizableSpec.js b/spec/czCustomizableSpec.js index 2601fa8..8f6a0d6 100644 --- a/spec/czCustomizableSpec.js +++ b/spec/czCustomizableSpec.js @@ -26,12 +26,6 @@ describe('cz-customizable', function(){ }); - it("should test pass", function() { - expect(1).toEqual(1); - module.prompter(cz, commit); - expect(cz.prompt).toHaveBeenCalled(); - }); - it("should call cz.prompt with questions ", function() { module.prompter(cz, commit);