Sha256: 7c87f2ce2e63d564a30bee75e310dfe5c848d43991107db66a3edf36098be173
Contents?: true
Size: 236 Bytes
Versions: 41
Compression:
Stored size: 236 Bytes
Contents
FactoryGirl.define do factory :subject do |f| f.sequence(:term){|n| "subject_#{n}"} f.subject_heading_type_id{FactoryGirl.create(:subject_heading_type).id} f.subject_type_id{FactoryGirl.create(:subject_type).id} end end
Version data entries
41 entries across 40 versions & 4 rubygems