- Fix
RSpec/DescribedClass
's error whendescribed_class
is used as part of a constant. (@pirj) - Fix
RSpec/ExampleWording
autocorrect of multi-line docstrings. (@pirj) - Add
RSpec/ContextMethod
cop, to detect method names incontext
. (@geniou) - Update RuboCop dependency to 0.68.1 with support for children matching node pattern syntax. (@pirj)
- Add
RSpec/EmptyLineAfterExample
cop to check that there is an empty line after example blocks. (@pirj) - Fix
Capybara/CurrentPathExpectation
auto-corrector, to include optionignore_query: true
. (@onumis) - Fix
RSpec/Focus
detecting mixed array/hash metadata. (@dgollahon) - Fix
RSpec/Focus
to also detectpending
examples. (@dgollahon)