Skip to content

Commit 5b3dfb2

Browse files
committed
Add a project spec to prevent error when running rake changelog:merge
Follow up rubocop/rubocop@9ddcca4.
1 parent e78e8af commit 5b3dfb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/project_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
expect(entries).to all(match(/^\* \S/))
174174
end
175175

176+
it 'has one space between the period and the parentheses enclosing contributor name' do
177+
expect(entries).to all(match(/\. \(\[/))
178+
end
179+
176180
describe 'link to related issue' do
177181
let(:issues) do
178182
entries.filter_map do |entry|

0 commit comments

Comments
 (0)