2014-06-05 11:56:04 +05:30
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
|
|
|
|
|
FactoryGirl.define do
|
|
|
|
|
factory :sponsorship_level do
|
2016-05-02 17:39:06 +02:00
|
|
|
title { Faker::Lorem.word }
|
2016-05-02 15:30:22 +02:00
|
|
|
|
2014-06-05 11:56:04 +05:30
|
|
|
conference
|
|
|
|
|
end
|
|
|
|
|
end
|