[Fix #196] AttestationTemplate: add model
This commit is contained in:
parent
5855c2552a
commit
d7ff3d6139
12 changed files with 201 additions and 1 deletions
8
spec/factories/attestation_template.rb
Normal file
8
spec/factories/attestation_template.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
FactoryGirl.define do
|
||||
factory :attestation_template do
|
||||
title 'title'
|
||||
body 'body'
|
||||
footer 'footer'
|
||||
activated true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue