Update NEWS for #363

This commit is contained in:
Elliot Winkler 2013-10-10 13:34:51 -06:00
parent c9725ca442
commit 7c98335ca8
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# HEAD
* Fix Rails/Test::Unit integration to ensure that the test case classes we are
re-opening actually exist.
# v 2.4.0
* Fix a bug with the `validate_numericality_of` matcher that would not allow the
`with_message` option on certain submatchers.