demarches-normaliennes/spec/factories/attestation_template.rb
2017-06-16 11:35:13 +02:00

8 lines
140 B
Ruby

FactoryGirl.define do
factory :attestation_template do
title 'title'
body 'body'
footer 'footer'
activated true
end
end