dep: bump rubocop-rspec from 2.13.1 to 2.13.2
Bumps rubocop-rspec from 2.13.1 to 2.13.2.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.13.2
- Fix an error for
RSpec/Capybara/SpecificFinders
with no parentheses. (@ydah
)- Fix a false positive for
RSpec/NoExpectationExample
with pending usingskip
orpending
inside an example. (@ydah
)- Exclude
have_text
andhave_content
that raiseArgumentError
withRSpec/Capybara/VisibilityMatcher
where:visible
is an invalid option. (@ydah
)- Fix a false negative for
RSpec/Capybara/VisibilityMatcher
with negative matchers. (@ydah
)
Changelog
Sourced from rubocop-rspec's changelog.
2.13.2 (2022-09-23)
- Fix an error for
RSpec/Capybara/SpecificFinders
with no parentheses. ([@ydah
][])- Fix a false positive for
RSpec/NoExpectationExample
with pending usingskip
orpending
inside an example. ([@ydah
][])- Exclude
have_text
andhave_content
that raiseArgumentError
withRSpec/Capybara/VisibilityMatcher
where:visible
is an invalid option. ([@ydah
][])- Fix a false negative for
RSpec/Capybara/VisibilityMatcher
with negative matchers. ([@ydah
][])
Commits
-
d40542d
Merge pull request #1393 from rubocop/release -
d0fa365
Bump version to 2.13.2 -
b6a1ec0
Merge pull request #1391 from ydah/fix/visibilly_matcher -
567adbe
Fix a false negative forRSpec/Capybara/VisibilityMatcher
with negative mat... -
7f5e2c1
Excludehave_text
andhave_content
that raiseArgumentError
with `RSpec... -
3e05139
Merge pull request #1389 from ydah/fix/1388 -
92c95c1
Fix a false positive forRSpec/NoExpectationExample
with pending using `ski... -
c14de33
Merge pull request #1387 from ydah/fix/1386 -
ce9113f
Fix an error forRSpec/Capybara/SpecificFinders
with no parentheses - See full diff 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 |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov