osem-fcy/spec/factories/sponsorship_levels.rb

10 lines
186 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
2016-04-30 17:56:23 +02:00
title { Faker::Hipster.word }
2014-06-05 11:56:04 +05:30
conference
end
end