FactoryGirl.define do factory :zone do name { Faker::Lorem.word } created_by { Faker::StarWars.character } end end