2018-05-07 16:47:29 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2014-06-02 12:37:57 +02:00
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
|
|
|
|
|
FactoryGirl.define do
|
|
|
|
|
factory :registration do
|
2014-06-23 19:07:50 +03:00
|
|
|
user
|
2014-06-02 12:37:57 +02:00
|
|
|
conference
|
|
|
|
|
end
|
|
|
|
|
end
|