# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :conference_type do title "MyString" info "MyString" end end