# This will guess the User class FactoryGirl.define do factory :user do name { generate(:random_string) } end end