Skip to content

Commit

Permalink
test: ensure changelog has default setting at the beginning of spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent 0aa3558 commit 31f81e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/git_changelog_generate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ describe('git_changelog_generate.js', function() {

describe('Changelog()', function() {

before(function() {
changelog.setDefaults();
});

it('should return an object', function() {
expect(changelog).to.be.an('object');
});
Expand Down

0 comments on commit 31f81e2

Please sign in to comment.