mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 04:40:42 +00:00
9 lines
123 B
Ruby
9 lines
123 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :contester do
|
||
|
contest
|
||
|
team do
|
||
|
create(:user_with_team).team
|
||
|
end
|
||
|
end
|
||
|
end
|