Skip to content

RuboCop RSpec v2.10.0

Compare
Choose a tag to compare
@bquorning bquorning released this 19 Apr 05:51
· 1101 commits to master since this release
4dc8bcc
  • Fix a false positive for RSpec/EmptyExampleGroup when expectations in case statement. (@ydah)
  • Add RSpec/VerifiedDoubleReference cop. (@t3h2mas)
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. (@bquorning)
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. (@ydah)