dep: bump rubocop-rspec from 2.13.2 to 2.14.0
Bumps rubocop-rspec from 2.13.2 to 2.14.0.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.14.0
- Add
require_implicit
style toRSpec/ImplicitSubject
. ([@r7kamura
])- Fix a false positive for
RSpec/Capybara/SpecificMatcher
whenhave_css("a")
without attribute. ([@ydah
])- Update
RSpec/ExampleWording
cop to raise error for insufficient descriptions. (@akrox58
)- Add new
RSpec/Capybara/NegationMatcher
cop. ([@ydah
])- Add
AllowedPatterns
configuration option toRSpec/NoExpectationExample
. ([@ydah
])- Improve
RSpec/NoExpectationExample
cop to ignore examples skipped or pending via metadata. ([@pirj
])- Add
RSpec/FactoryBot/ConsistentParenthesesStyle
cop. ([@Liberatys
])- Add
RSpec/Rails/InferredSpecType
cop. ([@r7kamura
])- Add new
RSpec/Capybara/SpecificActions
cop. ([@ydah
])- Update
config/default.yml
removing deprecated option to make the config correctable by users. ([@ignaciovillaverde
])- Do not attempt to auto-correct example groups with
include_examples
inRSpec/LetBeforeExamples
. ([@pirj
])- Add new
RSpec/SortMetadata
cop. ([@leoarnold
])- Add support for subject! method to
RSpec/SubjectDeclaration
. ([@ydah
][])
... (truncated)
Changelog
Sourced from rubocop-rspec's changelog.
2.14.0 (2022-10-23)
- Add
require_implicit
style toRSpec/ImplicitSubject
. ([@r7kamura
])- Fix a false positive for
RSpec/Capybara/SpecificMatcher
whenhave_css("a")
without attribute. ([@ydah
])- Update
RSpec/ExampleWording
cop to raise error for insufficient descriptions. ([@akrox58
])- Add new
RSpec/Capybara/NegationMatcher
cop. ([@ydah
])- Add
AllowedPatterns
configuration option toRSpec/NoExpectationExample
. ([@ydah
])- Improve
RSpec/NoExpectationExample
cop to ignore examples skipped or pending via metadata. ([@pirj
])- Add
RSpec/FactoryBot/ConsistentParenthesesStyle
cop. ([@Liberatys
])- Add
RSpec/Rails/InferredSpecType
cop. ([@r7kamura
])- Add new
RSpec/Capybara/SpecificActions
cop. ([@ydah
])- Update
config/default.yml
removing deprecated option to make the config correctable by users. ([@ignaciovillaverde
])- Do not attempt to auto-correct example groups with
include_examples
inRSpec/LetBeforeExamples
. ([@pirj
])- Add new
RSpec/SortMetadata
cop. ([@leoarnold
])- Add support for subject! method to
RSpec/SubjectDeclaration
. ([@ydah
][])
Commits
-
85e6802
Merge pull request #1426 from rubocop/release -
b75c484
Bump version to 2.14.0 -
6f301fa
Add a cut_release rake task -
c2dc854
Merge pull request #1424 from rubocop/simplify-node-pattern -
b918d53
Simplify node pattern -
d482dd7
Merge pull request #1422 from rubocop/fix-changelog-2 -
376343d
Fix bad changelog merge -
3a43b8e
Merge pull request #1376 from ydah/support_subject! -
63a09d7
Add support for subject! method toRSpec/SubjectDeclaration
-
1c4b245
Merge pull request #1420 from rubocop/fix-and-enable-pending-spec - 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 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov