clarion/spec/factories/volunteerships.rb
2019-04-28 01:25:13 +03:00

7 lines
108 B
Ruby

FactoryBot.define do
factory :volunteership do
volunteer_team { nil }
volunteer { nil }
end
end