Fix Rubocop offenses
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
FactoryBot.define do
|
||||
factory :error_template do
|
||||
association :execution_environment, factory: :ruby
|
||||
execution_environment factory: :ruby
|
||||
name { 'MyString' }
|
||||
signature { 'MyString' }
|
||||
end
|
||||
|
Reference in New Issue
Block a user