mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
8 lines
123 B
Ruby
Executable file
8 lines
123 B
Ruby
Executable file
FactoryGirl.define do
|
|
factory :contester do
|
|
contest
|
|
team do
|
|
create(:user_with_team).team
|
|
end
|
|
end
|
|
end
|