Skip to content

dep: bump rubocop-rspec from 2.14.1 to 2.14.2

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

Bumps rubocop-rspec from 2.14.1 to 2.14.2.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.14.2

  • Fix an incorrect autocorrect for FactoryBot/ConsistentParenthesesStyle with omit_parentheses option when method name and first argument are not on same line. (@​ydah)
  • Fix autocorrection loop in RSpec/ExampleWording for insufficient example wording. (@​pirj)
  • Fix RSpec/SortMetadata not to reorder arguments of include_/it_behaves_like. (@​pirj)
  • Fix a false positive for RSpec/NoExpectationExample when allowed pattern methods with arguments. (@​ydah)
  • Change RSpec/FilePath so that it only checks suffix when path is under spec/routing or type is defined as routing. (@​r7kamura)
Changelog

Sourced from rubocop-rspec's changelog.

2.14.2 (2022-10-25)

  • Fix an incorrect autocorrect for FactoryBot/ConsistentParenthesesStyle with omit_parentheses option when method name and first argument are not on same line. ([@​ydah])
  • Fix autocorrection loop in RSpec/ExampleWording for insufficient example wording. ([@​pirj])
  • Fix RSpec/SortMetadata not to reorder arguments of include_/it_behaves_like. ([@​pirj])
  • Fix a false positive for RSpec/NoExpectationExample when allowed pattern methods with arguments. ([@​ydah])
  • Change RSpec/FilePath so that it only checks suffix when path is under spec/routing or type is defined as routing. ([@​r7kamura])
Commits
  • e578084 Bump version to 2.14.2
  • 3c78b92 Merge pull request #1441 from r7kamura/feature/routing-spec
  • b0a638a Merge pull request #1443 from ydah/fix/1442
  • 58da998 Merge pull request #1437 from rubocop/fix-mistaken-positional-arguments-reord...
  • e124e7e Merge pull request #1438 from rubocop/fix-infinite-correction-loop
  • cbf5814 Merge pull request #1434 from ydah/fix_false_positive_for_no_expectation
  • 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 9fd44d86

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 181    | 0      | 0       | 0     | 181   | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 243    | 0      | 0       | 0     | 243   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports