Skip to content

Commit

Permalink
Add a project spec to prevent error when running rake changelog:merge
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 15, 2023
1 parent cde0912 commit 0781feb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
expect(entries).to all(match(/^\* \S/))
end

it 'has one space between the period and the parentheses enclosing contributor name' do
expect(entries).to all(match(/\. \(\[/))
end

describe 'link to related issue' do
let(:issues) do
entries.filter_map do |entry|
Expand Down

0 comments on commit 0781feb

Please sign in to comment.