Fix old rspec syntax

This commit is contained in:
Pierre de Lacroix
2018-03-06 01:28:04 +01:00
parent e0b12b1332
commit 28bb15f4a9

View File

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