add fonction empty for cerfa

This commit is contained in:
Tanguy PATTE 2015-08-18 16:30:57 +02:00
parent e2ff64a119
commit 1f960a4b43
3 changed files with 20 additions and 0 deletions

5
spec/factories/cerfa.rb Normal file
View file

@ -0,0 +1,5 @@
FactoryGirl.define do
factory :cerfa do
end
end