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:
parent
3e93a3cb40
commit
d8d510f4cc
1 changed files with 6 additions and 2 deletions
8
NEWS.md
8
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue