Apply automatic rubocop fixes
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :error_template do
|
||||
association :execution_environment, factory: :ruby
|
||||
name { "MyString" }
|
||||
signature { "MyString" }
|
||||
name { 'MyString' }
|
||||
signature { 'MyString' }
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user