Add registrant_user factory

This commit is contained in:
Artur Beljajev 2017-03-22 04:17:39 +02:00
parent 5b3d7f047f
commit 8aee6c008d

View file

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