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

Update NEWS wrt Rails 4.1 compatibility

This commit is contained in:
Elliot Winkler 2014-04-11 14:48:52 -06:00
parent 3e93a3cb40
commit d8d510f4cc

View file

@ -30,8 +30,8 @@
* Running `rake` now installs Appraisals before running the test suite.
* Additionally, we now manage Appraisals using the `appraisal` executable that
is coming in Appraisal 1.0.0 (we're using the beta for now).
* Additionally, we now manage Appraisals using the `appraisal` executable in
Appraisal 1.0.0.
* Add `allow_nil` option to `validate_numericality_of` so that you can validate
that numeric values are validated only if a value is supplied.
@ -54,6 +54,10 @@
* Add missing description to `permit` matcher.
* Fix compatibility with Rails 4.1:
* `set_the_flash` and `have_and_belongs_to_many` no longer raise errors
* Minitest no longer prints warnings whenever shoulda-matchers is required
# v 2.5.0
* Fix Rails/Test::Unit integration to ensure that the test case classes we are