- Add new cop
RSpec/LeakyLocalVariable. (@lovro-bikic) - Bump RuboCop requirement to +1.81. (@ydah)
- Fix a false positive for
RSpec/LetSetupwhenlet!used in outer scope. (@ydah) - Fix a false positive for
RSpec/ReceiveNevercop whenallow(...).to receive(...).never. (@ydah) - Fix detection of nameless doubles with methods in
RSpec/VerifiedDoubles. (@ushi-as) - Improve an offense message for
RSpec/RepeatedExamplecop. (@ydah) - Let
RSpec/SpecFilePathFormatleverage ActiveSupport inflections when configured. (@corsonknowles, @bquorning)