RuboCop RSpec v1.39.0
- Fix
RSpec/FilePath
detection when absolute path includes test subject. (@eitoball) - Add new
Capybara/VisibilityMatcher
cop. (@aried3r) - Ignore String constants by
RSpec/Describe
. (@AlexWayfer) - Drop support for Ruby 2.3. (@bquorning)
- Fix multiple cops to detect
let
with proc argument. (@tejasbubane) - Add autocorrect support for
RSpec/ScatteredLet
. (@Darhazer) - Add new
RSpec/EmptyHook
cop. (@tejasbubane)