Sha256: 8a7fcf182ab4a03c59479543c6a461f6fb55970e1204c4d0319811925d7777dc
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
FactoryGirl.define do factory :post, class: Some do |b| b.name 'Post' end factory :purchase, class: Some do |b| b.name 'Purchase' end factory :book, class: Some do |b| b.name 'Book' end factory :receipt, class: Some do |b| b.name 'Receipt' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sandboxy-2.0.0 | test/factories/somes.rb |
sandboxy-1.1.1 | test/factories/somes.rb |
sandboxy-1.1.0 | test/factories/somes.rb |
sandboxy-1.0.0 | test/factories/somes.rb |