pages.rb 261 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. # Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :page do title "MyString" text "MyString" video_id 1 end end