Move non-empty files from test dir to spec and adopt specs
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
This commit is contained in:
7
spec/factories/error_templates.rb
Normal file
7
spec/factories/error_templates.rb
Normal file
@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :error_template do
|
||||
execution_environment { nil }
|
||||
name { "MyString" }
|
||||
signature { "MyString" }
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user