spec/project/changelog_spec.rb in rubocop-rspec-1.32.0 vs spec/project/changelog_spec.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.describe 'CHANGELOG.md' do
subject(:changelog) { SpecHelper::ROOT.join('CHANGELOG.md').read }
it 'has link definitions for all implicit links' do
implicit_link_names = changelog.scan(/\[([^\]]+)\]\[\]/).flatten.uniq