Skip to content

RuboCop RSpec v2.3.0

Compare
Choose a tag to compare
@bquorning bquorning released this 28 Apr 09:53
· 1146 commits to master since this release
db9b566
  • Allow RSpec/ContextWording to accept multi-word prefixes. (@hosamaly)
  • Drop support for ruby 2.4. (@bquorning)
  • Add CountAsOne configuration option to RSpec/ExampleLength. (@stephannv)
  • Fix a false positive for RSpec/RepeatedExampleGroupBody when pending or skip have argument(s). (@Tietew)