Sha256: 96fb5aaf6a16a140f110f941ef28c368a2da478f812ab1240ec4cd98962c62d8
Contents?: true
Size: 161 Bytes
Versions: 6
Compression:
Stored size: 161 Bytes
Contents
FactoryGirl.define do factory :volume do weight 2.0 cost_of_goods 30.99 width 20.0 height 10.0 length 25.0 volume_type "BOX" end end
Version data entries
6 entries across 6 versions & 1 rubygems