Skip to content

dep-dev: bump rubocop-rspec from 2.9.0 to 2.10.0

George Koltsov requested to merge dependabot-bundler-rubocop-rspec-2.10.0 into master

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/EmptyExampleGroup when expectations in case statement. (@​ydah)
  • Add RSpec/VerifiedDoubleReference cop. (@​t3h2mas)
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. (@​bquorning)
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. (@​ydah)
Changelog

Sourced from rubocop-rspec's changelog.

2.10.0 (2022-04-19)

  • Fix a false positive for RSpec/EmptyExampleGroup when expectations in case statement. ([@​ydah][])
  • Add RSpec/VerifiedDoubleReference cop. ([@​t3h2mas][])
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. ([@​bquorning][])
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. ([@​ydah][])
Commits
  • 4dc8bcc Merge pull request #1260 from rubocop/release
  • dcda511 Bump version to 2.10.0
  • 5e62066 Merge pull request #1257 from rubocop/configure-rspec-examplelength-cop-inter...
  • a123509 Count heredocs as one line in ExampleLength
  • 1f2503b Merge pull request #1253 from ydah/fix-capybara-current-path-expectation-auto...
  • eaeadbb [Fix #1237] Fix Capybara/CurrentPathExpectation autocorrect incompatible wi...
  • d0de0b7 Merge pull request #1251 from rubocop/configurable-be-nil
  • 7949379 Make RSpec/BeNil cop configurable
  • b56d287 Merge pull request #1246 from t3h2mas/verified_doubles_class_reference
  • 1ec40e3 Add VerifiedDoubleReference cop
  • 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: test report for 4c05321e

+----------------------------------------------------------+
|                    behaviors summary                     |
+-------------+--------+--------+---------+-------+--------+
|             | passed | failed | skipped | flaky | result |
+-------------+--------+--------+---------+-------+--------+
| controllers | 24     | 0      | 0       | 0     | ✅     |
| services    | 161    | 0      | 0       | 0     | ✅     |
| jobs        | 12     | 0      | 0       | 0     | ✅     |
| models      | 3      | 0      | 0       | 0     | ✅     |
| tasks       | 7      | 0      | 0       | 0     | ✅     |
| system      | 5      | 0      | 1       | 0     | ✅     |
+-------------+--------+--------+---------+-------+--------+
| Total       | 212    | 0      | 1       | 0     | ✅     |
+-------------+--------+--------+---------+-------+--------+
Edited by George Koltsov

Merge request reports