config/default.yml in rubocop-rspec-1.34.1 vs config/default.yml in rubocop-rspec-1.35.0

- old
+ new

@@ -195,9 +195,14 @@ RSpec/HooksBeforeExamples: Enabled: true Description: Checks for before/around/after hooks that come after an example. StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/HooksBeforeExamples +RSpec/ImplicitBlockExpectation: + Description: Check that implicit block expectation syntax is not used. + Enabled: true + StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ImplicitBlockExpectation + RSpec/ImplicitExpect: Description: Check that a consistent implicit expectation style is used. Enabled: true EnforcedStyle: is_expected SupportedStyles: