Bump rubocop-rspec from 2.9.0 to 2.10.0
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/EmptyExampleGroupwhen expectations in case statement. (@ydah)- Add
RSpec/VerifiedDoubleReferencecop. (@t3h2mas)- Make
RSpec/BeNilcop configurable with abe_nilstyle and abestyle. (@bquorning)- Fix
Capybara/CurrentPathExpectationautocorrect incompatible withStyle/TrailingCommaInArgumentsautocorrect. (@ydah)
Changelog
Sourced from rubocop-rspec's changelog.
2.10.0 (2022-04-19)
- Fix a false positive for
RSpec/EmptyExampleGroupwhen expectations in case statement. (@ydah)- Add
RSpec/VerifiedDoubleReferencecop. (@t3h2mas)- Make
RSpec/BeNilcop configurable with abe_nilstyle and abestyle. (@bquorning)- Fix
Capybara/CurrentPathExpectationautocorrect incompatible withStyle/TrailingCommaInArgumentsautocorrect. (@ydah)
Commits
-
4dc8bccMerge pull request #1260 from rubocop/release -
dcda511Bump version to 2.10.0 -
5e62066Merge pull request #1257 from rubocop/configure-rspec-examplelength-cop-inter... -
a123509Count heredocs as one line in ExampleLength -
1f2503bMerge pull request #1253 from ydah/fix-capybara-current-path-expectation-auto... -
eaeadbb[Fix #1237] FixCapybara/CurrentPathExpectationautocorrect incompatible wi... -
d0de0b7Merge pull request #1251 from rubocop/configurable-be-nil -
7949379MakeRSpec/BeNilcop configurable -
b56d287Merge pull request #1246 from t3h2mas/verified_doubles_class_reference -
1ec40e3Add VerifiedDoubleReference cop - Additional commits viewable in compare view