Update test description

This commit is contained in:
Matt-Yorkley
2021-03-24 15:32:53 +00:00
parent 08491d9ad4
commit d447864b7e

View File

@@ -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)