Sha256: 6d0df55760c1c029ba804c3399cc6b1913eb0f460fb6ab68ec88009d6f70e7d3
Contents?: true
Size: 294 Bytes
Versions: 1
Compression:
Stored size: 294 Bytes
Contents
Fabricator(:pm_collection, from: Bioinform::Collection, aliases: [:two_elements_collection]) do name 'PM_collection' after_build{|collection| collection << Fabricate(:pm_first) << Fabricate(:pm_second) } end Fabricator(:unnamed_pm_collection, from: :pm_collection) do name nil end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bioinform-0.1.8 | spec/fabricators/collection_fabricator.rb |