[Fix #196] AttestationTemplate: add model

This commit is contained in:
Simon Lehericey 2017-06-08 14:16:48 +02:00
parent 5855c2552a
commit d7ff3d6139
12 changed files with 201 additions and 1 deletions

View file

@ -0,0 +1,8 @@
FactoryGirl.define do
factory :attestation_template do
title 'title'
body 'body'
footer 'footer'
activated true
end
end