lib/rubocop/rspec.rb in rubocop-rspec-1.32.0 vs lib/rubocop/rspec.rb in rubocop-rspec-1.33.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module RuboCop # RuboCop RSpec project namespace module RSpec PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join('config', 'default.yml').freeze