9 lines
168 B
Ruby
9 lines
168 B
Ruby
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||
|
|
|
||
|
|
FactoryGirl.define do
|
||
|
|
factory :sponsorship_level do
|
||
|
|
title 'Platin'
|
||
|
|
conference
|
||
|
|
end
|
||
|
|
end
|