Update NEWS file.

This commit is contained in:
Gabe Berke-Williams 2012-07-20 10:38:56 -04:00
parent f185e3d9d0
commit c8fa5c9205
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
Previously, users were required to create a record in the database before
using this matcher.
* Fix an edge case when where the matchers weren't loaded into Test::Unit when
mixing RSpec and Test::Unit tests and also loading both the 'rspec-rails' gem
and 'shoulda-matchers' gem from the same Gemfile group, namely [:test,
:development].
# v1.2.0
* `ensure_inclusion_of` now has an `in_array` parameter: