dep: bump rubocop-rspec from 2.15.0 to 2.16.0
Bumps rubocop-rspec from 2.15.0 to 2.16.0.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.16.0
- Add new
RSpec/FactoryBot/FactoryNameStyle
cop. (@ydah
)- Improved processing speed for
RSpec/Be
,RSpec/ExpectActual
,RSpec/ImplicitExpect
,RSpec/MessageSpies
,RSpec/PredicateMatcher
andRSpec/Rails/HaveHttpStatus
. (@ydah
)- Fix wrong autocorrection in
n_times
style onRSpec/FactoryBot/CreateList
. (@r7kamura
)- Fix a false positive for
RSpec/FactoryBot/ConsistentParenthesesStyle
when usinggenerate
with multiple arguments. (@ydah
)- Mark
RSpec/BeEq
asSafe: false
(@r7kamura
)- Add
RSpec/DuplicatedMetadata
cop. (@r7kamura
)- Mark
RSpec/BeEql
asSafe: false
. (@r7kamura
)- Add
RSpec/PendingWithoutReason
cop. (@r7kamura
)
Changelog
Sourced from rubocop-rspec's changelog.
2.16.0 (2022-12-13)
- Add new
RSpec/FactoryBot/FactoryNameStyle
cop. ([@ydah
])- Improved processing speed for
RSpec/Be
,RSpec/ExpectActual
,RSpec/ImplicitExpect
,RSpec/MessageSpies
,RSpec/PredicateMatcher
andRSpec/Rails/HaveHttpStatus
. ([@ydah
])- Fix wrong autocorrection in
n_times
style onRSpec/FactoryBot/CreateList
. ([@r7kamura
])- Fix a false positive for
RSpec/FactoryBot/ConsistentParenthesesStyle
when usinggenerate
with multiple arguments. ([@ydah
])- Mark
RSpec/BeEq
asSafe: false
([@r7kamura
])- Add
RSpec/DuplicatedMetadata
cop. ([@r7kamura
])- Mark
RSpec/BeEql
asSafe: false
. ([@r7kamura
])- Add
RSpec/PendingWithoutReason
cop. ([@r7kamura
])
Commits
-
f721785
Merge pull request #1513 from rubocop/release -
3c12479
Merge pull request #1511 from rubocop/untangle-department-cops -
712433a
Bump version to v2.16.0 -
c7d1a2d
Merge pull request #1512 from ydah/add/description_ci -
c2c3695
Add description of checks running by CI to CONTRIBUTING.md -
4f1c9a2
Simplify reference builder -
1d545b7
Use non-RSpec base cop for departments -
f941a9c
Allow for non-RSpec base cop usage -
f8340c0
Loosen the dependency on RSpec::Base -
63908ab
Merge pull request #1509 from r7kamura/feature/require-order - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov