Skip to content

Commit

Permalink
fix(scope): fix scope WIP issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista committed Nov 14, 2015
1 parent a553246 commit 5de6511
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/czCustomizableSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5de6511

Please sign in to comment.