core.yml in ws-style-6.14.6 vs core.yml in ws-style-6.14.7

- old
+ new

@@ -566,14 +566,10 @@ Enabled: True Style/HashSyntax: EnforcedShorthandSyntax: never -# rubocop-rspec 2.7 -RSpec/FactoryBot/SyntaxMethods: - Enabled: False - # rubocop 1.26 Style/NestedFileDirname: Enabled: True # rubocop 1.27 @@ -632,17 +628,21 @@ # rubocop-rspec 2.11.0 RSpec/ChangeByZero: Enabled: True # rubocop-rspec 2.12 -RSpec/Capybara/SpecificMatcher: - Enabled: False - RSpec/Rails/HaveHttpStatus: Enabled: True # rubocop-rspec 2.9.0 RSpec/BeEq: Enabled: True RSpec/BeNil: Enabled: True + +# rubocop-rspec 2.22 +Capybara/SpecificMatcher: + Enabled: False + +FactoryBot/SyntaxMethods: + Enabled: False