osem-fcy/spec/factories/sponsorship_levels.rb

9 lines
168 B
Ruby
Raw Normal View History

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
title 'Platin'
conference
end
end