Skip to content

Commit

Permalink
Merge c3c482c into 9b3628a
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbrett authored Apr 8, 2021
2 parents 9b3628a + c3c482c commit 5758a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/api/v0/shipments_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
before do
allow(Spree::Order).to receive(:find_by!) { fee_order }
allow(controller).to receive(:find_and_update_shipment) { }
allow(controller).to receive(:refuse_changing_cancelled_orders) { }
allow(fee_order).to receive(:contents) { contents }
allow(contents).to receive(:add) { }
allow(fee_order).to receive(:recreate_all_fees!)
Expand Down

0 comments on commit 5758a53

Please sign in to comment.