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