osem-fcy/spec/factories/registration.rb
2018-09-06 00:42:28 +02:00

10 lines
183 B
Ruby

# frozen_string_literal: true
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryBot.define do
factory :registration do
user
conference
end
end