FactoryGirl.define do factory :gallery_link, :class => Refinery::GalleryLinks::GalleryLink do sequence(:title) { |n| "refinery#{n}" } end end