spec/spec_helper.rb in binarylogic-shippinglogic-1.1.0 vs spec/spec_helper.rb in binarylogic-shippinglogic-1.1.1

- old
+ new

@@ -44,23 +44,29 @@ "077973360403984" end def fedex_shipper { + :shipper_name => "Name", + :shipper_title => "Title", :shipper_company_name => "Company", :shipper_phone_number => "2222222222", + :shipper_email => "a@a.com", :shipper_streets => "260 Broadway", :shipper_city => "New York", :shipper_state => "NY", :shipper_postal_code => "10007", :shipper_country => "US" } end def fedex_recipient { + :recipient_name => "Name", + :recipient_title => "Title", :recipient_company_name => "Dallas City Hall", :recipient_phone_number => "2222222222", + :recipient_email => "a@a.com", :recipient_streets => "1500 Marilla Street", :recipient_city => "Dallas", :recipient_state => "TX", :recipient_postal_code => "75201", :recipient_country => "US"