Skip to content

Bump rubocop-rspec from 2.9.0 to 2.10.0

libautomation requested to merge dependabot/bundler/rubocop-rspec-2.10.0 into main

Bumps rubocop-rspec from 2.9.0 to 2.10.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.10.0

  • 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)
Changelog

Sourced from rubocop-rspec's changelog.

2.10.0 (2022-04-19)

  • 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)
Commits
  • 4dc8bcc Merge pull request #1260 from rubocop/release
  • dcda511 Bump version to 2.10.0
  • 5e62066 Merge pull request #1257 from rubocop/configure-rspec-examplelength-cop-inter...
  • a123509 Count heredocs as one line in ExampleLength
  • 1f2503b Merge pull request #1253 from ydah/fix-capybara-current-path-expectation-auto...
  • eaeadbb [Fix #1237] Fix Capybara/CurrentPathExpectation autocorrect incompatible wi...
  • d0de0b7 Merge pull request #1251 from rubocop/configurable-be-nil
  • 7949379 Make RSpec/BeNil cop configurable
  • b56d287 Merge pull request #1246 from t3h2mas/verified_doubles_class_reference
  • 1ec40e3 Add VerifiedDoubleReference cop
  • Additional commits viewable in compare view

Merge request reports