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

Version Path
intelipost-api-1.0.7 spec/factories/volume.rb
intelipost-api-1.0.6 spec/factories/volume.rb
intelipost-api-1.0.5 spec/factories/volume.rb
intelipost-api-1.0.4 spec/factories/volume.rb
intelipost-api-1.0.3 spec/factories/volume.rb
intelipost-api-1.0.2 spec/factories/volume.rb