clarion/spec/factories/volunteerships.rb

8 lines
98 B
Ruby

FactoryGirl.define do
factory :volunteership do
volunteer_team nil
volunteer nil
end
end