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

Update NEWS file.

This commit is contained in:
Gabe Berke-Williams 2012-07-20 10:59:27 -04:00
parent e739a541ed
commit 4ce77293f3

View file

@ -12,6 +12,8 @@
and 'shoulda-matchers' gem from the same Gemfile group, namely [:test,
:development].
* `controller.should_not render_partial` now correctly matches `render partial: "partial"`.
# v1.2.0
* `ensure_inclusion_of` now has an `in_array` parameter: