v2.2.1
v2.2.1 (2019-30-08)
Bug/Fixes
Faker::Number.number(digits: 1)
was always returning 0
.
Fixing number with one digit caused the test_insignificant_zero to fail. As it seemed that the behavior tested by test_insignificant_zero was already covered by test_number and test_decimal, we removed it to prevent duplication.