Update rubocop to version 1.79.0 (#35502)

This commit is contained in:
Matt Jankowski 2025-07-25 03:22:05 -04:00 committed by GitHub
parent 960f693219
commit 2e35defeec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 16 additions and 4 deletions

View file

@ -49,6 +49,7 @@ RSpec.describe 'Routes under accounts/' do
context 'with local username encoded at' do
include RSpec::Rails::RequestExampleGroup
let(:username) { 'alice' }
it 'routes /%40:username' do
@ -140,6 +141,7 @@ RSpec.describe 'Routes under accounts/' do
context 'with remote username encoded at' do
include RSpec::Rails::RequestExampleGroup
let(:username) { 'alice%40example.com' }
let(:username_decoded) { 'alice@example.com' }