Skip to content

dep: bump rubocop-rspec from 2.13.1 to 2.13.2

George Koltsov requested to merge dependabot-bundler-rubocop-rspec-2.13.2 into main

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 using skip or pending inside an example. (@​ydah)
  • Exclude have_text and have_content that raise ArgumentError with RSpec/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 using skip or pending inside an example. ([@​ydah][])
  • Exclude have_text and have_content that raise ArgumentError with RSpec/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 for RSpec/Capybara/VisibilityMatcher with negative mat...
  • 7f5e2c1 Exclude have_text and have_content that raise ArgumentError with `RSpec...
  • 3e05139 Merge pull request #1389 from ydah/fix/1388
  • 92c95c1 Fix a false positive for RSpec/NoExpectationExample with pending using `ski...
  • c14de33 Merge pull request #1387 from ydah/fix/1386
  • ce9113f Fix an error for RSpec/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: test report for 4d91a65a

+------------------------------------------------------------------+
|                        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

Merge request reports