test/test_helper.rb in active_shipping-1.7.2 vs test/test_helper.rb in active_shipping-1.7.3
- old
+ new
@@ -243,10 +243,22 @@
:postal_code => '21401'),
:netherlands => Location.new( :country => 'NL',
:city => 'Groningen',
:address1 => 'Aquamarijnstraat 349',
:postal_code => '9743 PJ',
- :state => 'Groningen')
+ :state => 'Groningen'),
+ :sydney => Location.new(
+ :country => 'AUS',
+ :city => 'Sydney',
+ :state => 'NSW',
+ :address1 => '192 George Street',
+ :postal_code => '2000'),
+ :melbourne => Location.new(
+ :country => 'AUS',
+ :city => 'Melbourne',
+ :state => 'VIC',
+ :address1 => '192 George Street',
+ :postal_code => '3108')
}
end
def line_item_fixture
@line_item_fixture ||= [