mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-08 13:15:32 -05:00
Update rubocop-rspec to version 3.10.1 (#39303)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user