spec/tests.rb in humanize-1.6.0 vs spec/tests.rb in humanize-1.6.1
- old
+ new
@@ -1,6 +1,7 @@
TESTS = [
[-1, "negative one"],
+ [-0.042, "negative zero point zero four two"],
[0, "zero"],
[8.15, "eight point one five"],
[8, "eight"],
[11, "eleven"],
[21, "twenty-one"],