Skip to content

Commit

Permalink
Free Shipping test actually works with 2 shipments; thus 2 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 14, 2013
1 parent a66e4fb commit 8b34dac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
it "should not create a discount when order already has one from this promotion" do
action.perform(:order => order).should be_true
action.perform(:order => order).should be_false
promotion.credits_count.should == 1
order.shipment_adjustments.count.should == 1
promotion.credits_count.should == 2
order.shipment_adjustments.count.should == 2
end
end
end

0 comments on commit 8b34dac

Please sign in to comment.