Make 'change log' a single word (#579)
This commit is contained in:
committed by
Olle Jonsson
parent
d5f82c5994
commit
d9cf6ffd94
@@ -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