mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +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
|