include ActionDispatch::TestProcess FactoryGirl.define do factory :event do title { FFaker::BaconIpsum.words(3).join(' ').titleize } end end