mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix old rspec syntax
This commit is contained in:
@@ -323,7 +323,7 @@ describe Spree::Order do
|
||||
end
|
||||
|
||||
it "contains tax on order adjustment" do
|
||||
order.tax_adjustment_totals[tax_rate25].should == 10.0
|
||||
expect(order.tax_adjustment_totals[tax_rate25]).to eq(10.0)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user