Skip to content

Commit

Permalink
test: removed unnecessary debug setting (was using for "debugging")
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent c182ee4 commit 83cd52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/git_changelog_generate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ describe('git_changelog_generate.js', function() {
describe('.readGitLog()', function() {

before(function(done) {
changelog.init({ app_name: 'test', debug: true }).then(function() {
changelog.init({ app_name: 'test' }).then(function() {
this.stub = sinon.stub(child, 'exec', function(cmd, opts, cb) {
var commits = fs.readFileSync('./test/fixtures/list.txt', { encoding: 'utf-8' });
cb(null, commits, null);
Expand Down

0 comments on commit 83cd52b

Please sign in to comment.