Update rubocop-rspec to version 3.10.1 (#39303)

This commit is contained in:
Matt Jankowski
2026-06-08 11:27:34 -04:00
committed by GitHub
parent 4ee21a6c14
commit fc64804b4d
12 changed files with 24 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ RSpec.describe WebAppControllerConcern do
expect(response)
.to have_http_status(:success)
expect(response.body)
.to match(/show/)
.to include('show')
end
end
@@ -47,7 +47,7 @@ RSpec.describe WebAppControllerConcern do
expect(response)
.to have_http_status(:success)
expect(response.body)
.to match(/show/)
.to include('show')
end
end