spec/spec_helper.rb in seko-0.0.6 vs spec/spec_helper.rb in seko-0.0.7
- old
+ new
@@ -83,10 +83,11 @@
def address_hash
{
city: 'Windsor',
country: 'GB',
+ state: '',
first_name: 'Stephen',
last_name: 'Jones',
address1: '23 Victoria Street',
address2: '',
phone: '0123 336 6676',
@@ -121,10 +122,11 @@
def order_hash
{
number: 123456,
email: 'stephen.jones@gmail.com',
shipping_address: address_hash,
+ shipping_method: 'DLP',
line_items: line_items_array,
warehouse: 'DC123',
date: '2013-12-12',
currency: 'gbp'
}
@@ -135,9 +137,10 @@
end
def company_address_hash
{
city: 'High Wycombe',
+ state: '',
country: 'GB',
country_name: 'Buckinghamshire',
address1: 'The Farthings',
address2: 'Sandpits Lane',
address3: 'Beaconsfield',
\ No newline at end of file