Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Fabricator(:identity) do
|
||||
user nil
|
||||
provider "MyString"
|
||||
uid "MyString"
|
||||
provider 'MyString'
|
||||
uid 'MyString'
|
||||
end
|
||||
|
Reference in New Issue
Block a user