mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-19 00:33:17 +00:00
Update rubocop to version 1.79.0 (#35502)
This commit is contained in:
parent
960f693219
commit
2e35defeec
10 changed files with 16 additions and 4 deletions
|
|
@ -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' }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue