config/default.yml in rubocop-rspec-2.0.1 vs config/default.yml in rubocop-rspec-2.1.0
- old
+ new
@@ -326,9 +326,10 @@
RSpec/Focus:
Description: Checks if examples are focused.
Enabled: true
VersionAdded: '1.5'
+ VersionChanged: '2.1'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Focus
RSpec/HookArgument:
Description: Checks the arguments passed to `before`, `around`, and `after`.
Enabled: true