test/test_helper.rb in active_shipping-1.12.0 vs test/test_helper.rb in active_shipping-1.12.1

- old
+ new

@@ -132,9 +132,18 @@ :address1 => '455 N. Rexford Dr.', :address2 => '3rd Floor', :zip => '90210', :phone => '1-310-285-1013', :fax => '1-310-275-8159'), + :beverly_hills_9_zip => Location.new( + :country => 'US', + :state => 'CA', + :city => 'Beverly Hills', + :address1 => '455 N. Rexford Dr.', + :address2 => '3rd Floor', + :zip => '90210-1234', + :phone => '1-310-285-1013', + :fax => '1-310-275-8159'), :real_home_as_commercial => Location.new( :country => 'US', :city => 'Tampa', :state => 'FL', :company => 'Tampa Company',