Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
Bump tags to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garethson committed Jun 8, 2017
1 parent 5541613 commit 448a674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/carriers/fedex_test.rb
Expand Up @@ -102,7 +102,7 @@ def test_building_request_with_no_saturday_delivery_should_not_have_saturday_opt

@carrier.expects(:ship_timestamp).returns(Time.parse("2009-07-20T12:01:55-04:00").in_time_zone('US/Eastern'))
@carrier.expects(:commit).with { |request, test_mode| Hash.from_xml(request) == Hash.from_xml(expected_request) && test_mode }.returns(mock_response)
destination = ActiveShipping::Location.from(location_fixtures[:beverly_hills].to_hash)
destination = ActiveShipping::Location.from(location_fixtures[:beverly_hills].to_hash)
@carrier.find_rates( location_fixtures[:ottawa],
destination,
package_fixtures.values_at(:book, :wii), test: true)
Expand Down Expand Up @@ -599,7 +599,7 @@ def test_tracking_info_with_missing_status_code
end

### create_shipment

def test_create_shipment
confirm_response = xml_fixture('fedex/create_shipment_response')
@carrier.stubs(:commit).returns(confirm_response)
Expand Down

0 comments on commit 448a674

Please sign in to comment.