Skip to content

dep-dev: bump rubocop-rspec from 2.11.1 to 2.12.0

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

Bumps rubocop-rspec from 2.11.1 to 2.12.0.

Changelog

Sourced from rubocop-rspec's changelog.

2.12.0 (2022-07-02)

  • Fix incorrect path suggested by RSpec/FilePath cop when second argument contains spaces. ([@​tejasbubane][])
  • Fix autocorrect for EmptyLineSeparation. ([@​johnny-miyake][])
  • Add new RSpec/Capybara/SpecificMatcher cop. ([@​ydah][])
  • Fixed false offense detection in FactoryBot/CreateList when a n.times block is including method calls in the factory create arguments. ([@​ngouy][])
  • Fix error in RSpec/RSpec/FactoryBot/CreateList cop for empty block. ([@​tejasbubane][])
  • Update RSpec/MultipleExpectations cop documentation with examples of aggregate_failures use. ([@​edgibbs][])
  • Declare autocorrect as unsafe for RSpec/VerifiedDoubleReference. ([@​Drowze][])
  • Add new RSpec/Rails/HaveHttpStatus cop. ([@​akiomik][])
Commits
  • 004d041 Switch docs version to 2.12
  • 6f64f8e Merge pull request #1309 from rubocop/release
  • 8f0172a Bump version to 2.12.0
  • bcde3ae Merge pull request #1307 from akiomik/have-http-status
  • f05f6f8 Add new RSpec/Rails/HaveHttpStatus cop
  • d028400 Merge pull request #1302 from ydah/add_document_for_expect_actual
  • 58dd803 Merge pull request #1308 from Drowze/verified-double-reference-unsafe
  • aa00d32 Mark RSpec/VerifiedDoubleReference as unsafe
  • 5928b3d Merge pull request #1305 from rubocop/pass-range-as-a-positional-argument-in-...
  • dae0004 Pass range as a positional arg
  • 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 edd2b503

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| models      | 3      | 0      | 0       | 0     | 3     | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| tasks       | 8      | 0      | 0       | 0     | 8     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 234    | 0      | 0       | 0     | 234   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports