FactoryGirl.define do sequence(:random_string) {|n| "random_#{n}_string" } end