test/test_helper.rb in active_shipping-1.12.1 vs test/test_helper.rb in active_shipping-1.13.0
- old
+ new
@@ -265,11 +265,17 @@
:melbourne => Location.new(
:country => 'AUS',
:city => 'Melbourne',
:state => 'VIC',
:address1 => '192 George Street',
- :postal_code => '3108')
+ :postal_code => '3108'),
+ :kosovo => Location.new(
+ :country => 'XK',
+ :city => 'Prishtinë',
+ :address1 => 'Ahmet Krasniqi',
+ :postal_code => '10000')
}
+
end
def line_item_fixture
@line_item_fixture ||= [
PackageItem.new("IPod Nano - 8gb - green", 200, 199.00, 2, :sku => "IPOD2008GREEN", :hs_code => "1234.12.12.12"),