diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 614702505c..7c8107785d 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -18,6 +18,8 @@ RSpec/ContextWording: Enabled: false RSpec/DescribeClass: Enabled: false +RSpec/LeakyConstantDeclaration: + Enabled: false RSpec/MessageSpies: Enabled: false