2018-05-07 16:47:29 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2016-07-08 13:27:42 +02:00
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
|
2018-09-03 20:44:39 +02:00
|
|
|
FactoryBot.define do
|
2016-07-08 13:27:42 +02:00
|
|
|
factory :schedule do
|
|
|
|
|
program
|
|
|
|
|
end
|
|
|
|
|
end
|