Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Fabricator(:user_role) do
|
||||
name "MyString"
|
||||
color ""
|
||||
name 'MyString'
|
||||
color ''
|
||||
permissions 0
|
||||
end
|
||||
|
Reference in New Issue
Block a user