Skip to content

RuboCop RSpec v2.19.0

Compare
Choose a tag to compare
@bquorning bquorning released this 06 Mar 15:18
· 489 commits to master since this release
8a0337a
  • Add new RSpec/PendingBlockInsideExample cop. (@ydah)
  • Add new RSpec/RedundantAround cop. (@r7kamura)
  • Add new RSpec/Rails/TravelAround cop. (@r7kamura)
  • Add new RSpec/ContainExactly and RSpec/MatchArray cops. (@faucct)
  • Rename RSpec/PendingBlockInsideExample cop to RSpec/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 when skip 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)