mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
12 lines
165 B
Ruby
12 lines
165 B
Ruby
FactoryGirl.define do
|
|
factory :role do
|
|
|
|
factory :organizer_role do
|
|
name 'organizer'
|
|
end
|
|
|
|
factory :cfp_role do
|
|
name 'cfp'
|
|
end
|
|
end
|
|
end
|