Bump rubocop-rspec from 2.22.0 to 2.23.0
Bumps rubocop-rspec from 2.22.0 to 2.23.0.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.23.0
- Add new
RSpec/Rails/NegationBeValid
cop. (@ydah
)- Fix a false negative for
RSpec/ExcessiveDocstringSpacing
when finds description with em space. (@ydah
)- Fix a false positive for
RSpec/EmptyExampleGroup
when example group with examples defined inif
branch inside iterator. (@ydah
)- Update the message output of
RSpec/ExpectActual
to include the word 'value'. (@corydiamand
)- Fix a false negative for
RSpec/Pending
whenit
without body. (@ydah
)- Add new
RSpec/ReceiveMessages
cop. (@ydah
)- Change default.yml path to use
**/spec/*
instead ofspec/*
. (@ydah
)- Add
AllowedIdentifiers
andAllowedPatterns
configuration option toRSpec/IndexedLet
. (@ydah
)- Fix
RSpec/NamedSubject
when block has no body. (@splattael
)- Fix
RSpec/LetBeforeExamples
autocorrect incompatible withRSpec/ScatteredLet
autocorrect. (@ydah
)- Update
RSpec/Focus
to supportshared_context
andshared_examples
(@tmaier
)
Changelog
Sourced from rubocop-rspec's changelog.
2.23.0 (2023-07-30)
- Add new
RSpec/Rails/NegationBeValid
cop. ([@ydah
])- Fix a false negative for
RSpec/ExcessiveDocstringSpacing
when finds description with em space. ([@ydah
])- Fix a false positive for
RSpec/EmptyExampleGroup
when example group with examples defined inif
branch inside iterator. ([@ydah
])- Update the message output of
RSpec/ExpectActual
to include the word 'value'. ([@corydiamand
])- Fix a false negative for
RSpec/Pending
whenit
without body. ([@ydah
])- Add new
RSpec/ReceiveMessages
cop. ([@ydah
])- Change default.yml path to use
**/spec/*
instead ofspec/*
. ([@ydah
])- Add
AllowedIdentifiers
andAllowedPatterns
configuration option toRSpec/IndexedLet
. ([@ydah
])- Fix
RSpec/NamedSubject
when block has no body. ([@splattael
])- Fix
RSpec/LetBeforeExamples
autocorrect incompatible withRSpec/ScatteredLet
autocorrect. ([@ydah
])- Update
RSpec/Focus
to supportshared_context
andshared_examples
([@tmaier
])
Commits
-
d66612b
Merge pull request #1672 from rubocop/release -
1f45049
Bump version to v2.23.0 -
2b0371a
Merge pull request #1674 from tmaier/tmaier-1673-fix-focus -
8e68e58
Update RSpec/Focus to support shared_context and shared_examples -
b03a388
Merge pull request #1662 from rubocop/change_path -
9632317
Merge pull request #1665 from rubocop/add-rspec-rails-negation-be-valid -
b98d41f
Add newRSpec/Rails/NegationBeValid
cop -
0dc19dd
Merge branch 'master' into change_path -
1da31d1
Merge pull request #1670 from rubocop/fix/1669 -
31c7ca3
Merge branch 'master' into fix/1669 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts