- Add new
RSpec/PendingBlockInsideExample
cop. (@ydah) - Add new
RSpec/RedundantAround
cop. (@r7kamura) - Add new
RSpec/Rails/TravelAround
cop. (@r7kamura) - Add new
RSpec/ContainExactly
andRSpec/MatchArray
cops. (@faucct) - Rename
RSpec/PendingBlockInsideExample
cop toRSpec/SkipBlockInsideExample
. (@pirj) - Fix a false positive for
RSpec/ContextWording
when context is interpolated string literal or execute string. (@ydah) - Fix a false positive for
RSpec/DescribeMethod
when multi-line describe without#
and.
at the beginning. (@ydah, @pirj) - Fix a false positive for
RSpec/VariableName
when inside non-spec code. (@ydah) - Fix a false positive for
RSpec/VariableDefinition
when inside non-spec code. (@ydah) - Fix a false positive for
RSpec/PendingWithoutReason
when not inside example and pending/skip with block. (@ydah, @pirj) - Fix a false positive for
RSpec/PendingWithoutReason
whenskip
is passed a block inside example. (@ydah, @pirj) - Fix an incorrect autocorrect for
RSpec/VerifiedDoubleReference
when namespaced class. (@ydah) - Deprecate
send_pattern
/block_pattern
/numblock_pattern
helpers in favour of using node pattern explicitly. (@pirj, @ydah)