Skip to content

Commit

Permalink
test: Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed May 8, 2016
1 parent cddb240 commit b9edae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<img width="300px" src="https:/rafinskipg/git-changelog/raw/master/images/git-changelog-logo.png" />

__Git Changelog__

_Git changelog is a utility tool for generating changelogs. It is free and opensource. :)_
__my name__

# (2016-05-08)

Expand All @@ -12,6 +8,8 @@ _Git changelog is a utility tool for generating changelogs. It is free and opens

## Bug Fixes

- Fix generation of logs
([cddb2408](https:/rafinskipg/git-changelog/commit/cddb2408fa3017be704acac51dabbba9f477a547))
- correctly detect when running under grunt on Windows
([4205ea49](https:/rafinskipg/git-changelog/commit/4205ea49a893e4d1807a39268739c13754d40cf2))

Expand Down
2 changes: 1 addition & 1 deletion test/git_changelog.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('git_changelog.js', function() {
taskRegister(grunt);
expect(grunt.registerMultiTask).to.have.been.calledOnce;
expect(grunt.registerMultiTask.getCall(0).args.length).to.equal(3);
expect(grunt.registerMultiTask).to.have.been.calledWith('git_changelog', 'A git changelog based on ANGULAR JS commit standards');
expect(grunt.registerMultiTask).to.have.been.calledWith('git_changelog', 'A git changelog tool');
expect(grunt.registerMultiTask.getCall(0).args[2]).to.be.a('function');
});

Expand Down

0 comments on commit b9edae3

Please sign in to comment.