Make 'change log' a single word (#579)
This commit is contained in:
committed by
Olle Jonsson
parent
d5f82c5994
commit
d9cf6ffd94
@@ -1,4 +1,4 @@
|
||||
# Change Log
|
||||
# Changelog
|
||||
|
||||
## [1.3.10](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.10) (2015-03-18)
|
||||
|
||||
@@ -302,4 +302,4 @@
|
||||
|
||||
|
||||
|
||||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
||||
@@ -51,7 +51,7 @@ describe GitHubChangelogGenerator::Reader do
|
||||
it { is_expected.to be_empty }
|
||||
end
|
||||
context "when file has only the header" do
|
||||
subject { @reader.parse("# Change Log") }
|
||||
subject { @reader.parse("# Changelog") }
|
||||
it { is_expected.to be_an(Array) }
|
||||
it { is_expected.to be_empty }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user