demarches-normaliennes/spec/factories/attestation_template.rb

9 lines
139 B
Ruby
Raw Normal View History

2018-01-23 17:15:42 +01:00
FactoryBot.define do
factory :attestation_template do
title 'title'
body 'body'
footer 'footer'
activated true
end
end