clarion/spec/factories/volunteerships.rb

7 lines
108 B
Ruby
Raw Permalink Normal View History

2019-04-28 01:25:13 +03:00
FactoryBot.define do
factory :volunteership do
2019-04-28 01:25:13 +03:00
volunteer_team { nil }
volunteer { nil }
end
end