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