somes.rb 157 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 FactoryGirl.define do factory :daddy, :class => Some do |b| b.name 'Daddy' end factory :mommy, :class => Some do |b| b.name 'Mommy' end end