Fix a CI failure in bigdecimal
This commit is contained in:
parent
d1f55dea86
commit
c0735d1d72
@ -229,6 +229,6 @@ describe "BigDecimal#round" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "raise for a non-existent round mode" do
|
it "raise for a non-existent round mode" do
|
||||||
-> { @p1_50.round(0, :nonsense) }.should raise_error(ArgumentError, "invalid rounding mode")
|
-> { @p1_50.round(0, :nonsense) }.should raise_error(ArgumentError, "invalid rounding mode (nonsense)")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user