diff options
Diffstat (limited to 'spec/bin/changelog_spec.rb')
-rw-r--r-- | spec/bin/changelog_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/bin/changelog_spec.rb b/spec/bin/changelog_spec.rb index b2c2fb810e8..84bbe0525e5 100644 --- a/spec/bin/changelog_spec.rb +++ b/spec/bin/changelog_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' load File.expand_path('../../bin/changelog', __dir__) |