diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 0c810a3466..ff190acf8a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -244,8 +244,8 @@ RSpec/MultipleMemoizedHelpers: RSpec/DescribedClassModuleWrapping: Enabled: true -RSpec/FilePath: - SpecSuffixOnly: true +RSpec/SpecFilePathSuffix: + Enabled: true # Annoying to have these autoremoved. RSpec/Focus: AutoCorrect: false