RuboCop RSpec v2.11.0
- Drop Ruby 2.5 support. (@ydah)
- Add new
RSpec/ChangeByZero
cop. (@ydah) - Improve
RSpec/ExpectChange
to detect namespaced and top-level constants. (@M-Yamashita01) - Introduce an amendment to
Metrics/BlockLength
to exclude spec files. (@luke-hill)