test/test_helper.rb in active_shipping-1.1.3 vs test/test_helper.rb in active_shipping-1.2.0
- old
+ new
@@ -110,9 +110,19 @@
:name => 'Paul Ottawa',
:address1 => '110 Laurier Avenue West',
:postal_code => 'K1P 1J1',
:phone => '1-613-580-2400',
:fax => '1-613-580-2495'),
+ :beverly_hills_with_name => Location.new(
+ :name => 'JP Silvashy',
+ :country => 'US',
+ :state => 'CA',
+ :city => 'Beverly Hills',
+ :address1 => '455 N. Rexford Dr.',
+ :address2 => '3rd Floor',
+ :zip => '90210',
+ :phone => '1-310-285-1013',
+ :fax => '1-310-275-8159'),
:beverly_hills => Location.new(
:country => 'US',
:state => 'CA',
:city => 'Beverly Hills',
:address1 => '455 N. Rexford Dr.',