I'm using awesome_print
, because I want to see Bigdecimal
numbers like 0.5
, instead of <BigDecimal:7fbfdafa54c8,'0.5E0',9(18)>
.
And I also want to use same function for Minitest
result.
Is there a gem for it?
I tried minitest-reporters, but apparently this gem don't change Bigdecimal
appearance.