test/test_helper.rb in active_shipping-1.6.3 vs test/test_helper.rb in active_shipping-1.6.4

- old
+ new

@@ -83,9 +83,10 @@ :worthless_wii => Package.new((7.5 * 16), [15, 10, 4.5], :units => :imperial, :value => 0.0, :currency => 'USD'), :poster => Package.new(100, [93, 10], :cylinder => true), :small_half_pound => Package.new(8, [1, 1, 1], :units => :imperial), :big_half_pound => Package.new((16 * 50), [24, 24, 36], :units => :imperial), :chocolate_stuff => Package.new(80, [2, 6, 12], :units => :imperial), + :frozen_stuff => Package.new(80, [2, 6, 12], :units => :imperial, :dry_ice => {weight: 1.4}), :declared_value => Package.new(80, [2, 6, 12], :units => :imperial, :currency => 'USD', :value => 999.99), :tshirts => Package.new(10 * 16, nil, :units => :imperial), :shipping_container => Package.new(2200000, [2440, 2600, 6058], :description => '20 ft Standard Container', :units => :metric), :largest_gold_bar => Package.new(250000, [45.5, 22.5, 17], :value => 15300000), :books => Package.new(64, [4, 8, 6], :units => :imperial, :value => 15300000, :description => 'Books')