diff --git a/spec/models/spree/adjustment_spec.rb b/spec/models/spree/adjustment_spec.rb index 886d1786d6..f1a580c234 100644 --- a/spec/models/spree/adjustment_spec.rb +++ b/spec/models/spree/adjustment_spec.rb @@ -500,7 +500,7 @@ module Spree adjustable: order, amount: 456) } - describe "updating the adjustment" do + describe "#update!" do it "sets a negative value equal to the return authorization amount" do expect { return_adjustment.update! }. to change { return_adjustment.reload.amount }.to(-123)