osem-fcy/spec/factories/registration.rb

10 lines
184 B
Ruby

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