2019-05-06 21:33:33 +08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-01-23 21:54:15 +08:00
|
|
|
FactoryBot.define do
|
2017-07-28 16:14:50 +08:00
|
|
|
factory :custom_field do
|
|
|
|
name 'My custom field'
|
2019-05-06 21:33:33 +08:00
|
|
|
user
|
|
|
|
team
|
2017-07-28 16:14:50 +08:00
|
|
|
end
|
|
|
|
end
|