1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fix NEWS [ci skip]

This commit is contained in:
Elliot Winkler 2015-01-22 21:06:41 -07:00
parent 9ba21381d7
commit 938e8e6940

View file

@ -8,6 +8,8 @@
the association has (or has not) been declared with *any* dependent option.
([#631])
### Bug fixes
* Fix `allow_value`, `validate_numericality_of` and `validate_inclusion_of` so
that they handle RangeErrors emitted from ActiveRecord 4.2. These exceptions
arise whenever we attempt to set an attribute using a value that lies outside