mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
@@ -7,8 +7,8 @@ describe 'Log in' do
|
||||
|
||||
subject { page }
|
||||
|
||||
let(:email) { "test@example.com" }
|
||||
let(:password) { "password" }
|
||||
let(:email) { 'test@example.com' }
|
||||
let(:password) { 'password' }
|
||||
let(:confirmed_at) { Time.zone.now }
|
||||
|
||||
before do
|
||||
|
||||
Reference in New Issue
Block a user