demarches-normaliennes/spec/factories/attestation_template.rb

9 lines
140 B
Ruby
Raw Normal View History

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